diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-09 11:39:04 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-09 11:39:04 -0400 |
| commit | 42af86ce1131db6c24d4723a49e3a7934dd0ba22 (patch) | |
| tree | 41953f03742d1cb17f90e65520168ac4687d9da3 /client/test.py | |
| parent | 5deb844e3eece693f7cc647c4ebbc42ef7a691a8 (diff) | |
| download | jasper-client-42af86ce1131db6c24d4723a49e3a7934dd0ba22.tar.gz jasper-client-42af86ce1131db6c24d4723a49e3a7934dd0ba22.zip | |
Minor style fixes to test.py
Diffstat (limited to 'client/test.py')
| -rw-r--r-- | client/test.py | 10 |
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: |
