summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-09 11:39:04 -0400
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-09 11:39:04 -0400
commit42af86ce1131db6c24d4723a49e3a7934dd0ba22 (patch)
tree41953f03742d1cb17f90e65520168ac4687d9da3
parent5deb844e3eece693f7cc647c4ebbc42ef7a691a8 (diff)
downloadjasper-client-42af86ce1131db6c24d4723a49e3a7934dd0ba22.tar.gz
jasper-client-42af86ce1131db6c24d4723a49e3a7934dd0ba22.zip
Minor style fixes to test.py
-rw-r--r--client/test.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/test.py b/client/test.py
index 7797058..9734769 100644
--- a/client/test.py
+++ b/client/test.py
@@ -8,16 +8,16 @@ import unittest
import argparse
from mock import patch
from urllib2 import URLError, urlopen
-import yaml
import test_mic
import g2p
import brain
DEFAULT_PROFILE = {
- 'prefers_email': False,
- 'location': 'travis',
- 'phone_number': '012344321'
- }
+ 'prefers_email': False,
+ 'location': 'travis',
+ 'phone_number': '012344321'
+}
+
def activeInternet():
try: