diff options
Diffstat (limited to 'client/test.py')
| -rw-r--r-- | client/test.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/test.py b/client/test.py index a731951..49f3109 100644 --- a/client/test.py +++ b/client/test.py @@ -2,14 +2,11 @@ # -*- coding: utf-8-*- import os import sys - -if os.environ.get('JASPER_HOME') is None: - os.environ['JASPER_HOME'] = '/home/pi' - import unittest import argparse from mock import patch from urllib2 import URLError, urlopen + import test_mic import vocabcompiler import g2p |
