diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-19 12:30:29 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-19 12:30:29 +0200 |
| commit | 3934c771b944e30e278f53be4480c6e5d24643bc (patch) | |
| tree | 585b2d90030548204cab1d47863fc67ef4a47f97 /client/test.py | |
| parent | 259c5798024d3a4136d55e6ffd2035b46df98fcb (diff) | |
| download | jasper-client-3934c771b944e30e278f53be4480c6e5d24643bc.tar.gz jasper-client-3934c771b944e30e278f53be4480c6e5d24643bc.zip | |
Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir
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 |
