diff options
Diffstat (limited to 'boot/boot.py')
| -rwxr-xr-x | boot/boot.py | 3 |
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() |
