summaryrefslogtreecommitdiff
path: root/boot/boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot.py')
-rwxr-xr-xboot/boot.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/boot.py b/boot/boot.py
index 8697c91..e807beb 100755
--- a/boot/boot.py
+++ b/boot/boot.py
@@ -28,14 +28,13 @@ else:
path = "/usr/local/lib/"
os.environ["PATH"] = path
-import urllib2
-import vocabcompiler
import traceback
lib_path = os.path.abspath('../client')
sys.path.append(lib_path)
from diagnose import Diagnostics
+import vocabcompiler
import speaker as speak
speaker = speak.newSpeaker()