Skip to content

Commit 1789b39

Browse files
author
Ismael Taboada
committed
Main script rename
1 parent c919466 commit 1789b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import csv
1515
import os.path
1616
import time
17-
from huffmantree import HuffmanCoding
17+
from huffman import HuffmanCoding
1818

1919
DEBUG = False
2020
DIA_FILE = 'huffman.tree'

0 commit comments

Comments
 (0)