summaryrefslogtreecommitdiff
path: root/boot/vocabcompiler.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-26 14:15:35 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-05-26 14:15:35 -0700
commit64de5f735cf0dbdf1a17903b535a1da915d39a6f (patch)
tree84f718fa2567227aabebd026cd292b193ec2aace /boot/vocabcompiler.py
parenteb5941d74b806653f519bac25f9efe0436749892 (diff)
downloadjasper-client-64de5f735cf0dbdf1a17903b535a1da915d39a6f.tar.gz
jasper-client-64de5f735cf0dbdf1a17903b535a1da915d39a6f.zip
removed unused imports
Diffstat (limited to 'boot/vocabcompiler.py')
-rw-r--r--boot/vocabcompiler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/vocabcompiler.py b/boot/vocabcompiler.py
index d8c2295..4daaa26 100644
--- a/boot/vocabcompiler.py
+++ b/boot/vocabcompiler.py
@@ -12,7 +12,6 @@ mod_path = os.path.abspath('../client/modules/')
sys.path.append(lib_path)
sys.path.append(mod_path)
-import modules
import g2p