From 3934c771b944e30e278f53be4480c6e5d24643bc Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 19 Sep 2014 12:30:29 +0200 Subject: Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir --- client/test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/test.py') 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 -- cgit v1.3.1