From 64de5f735cf0dbdf1a17903b535a1da915d39a6f Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 26 May 2014 14:15:35 -0700 Subject: removed unused imports --- boot/vocabcompiler.py | 1 - 1 file changed, 1 deletion(-) (limited to 'boot/vocabcompiler.py') 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 -- cgit v1.3.1