aboutsummaryrefslogtreecommitdiffstats
path: root/test_exmachina.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-07-24 12:01:41 -0700
committerbnewbold <bnewbold@robocracy.org>2012-07-24 12:01:41 -0700
commit0e36e75866cccf6e4ec5350713aeb47ef87844af (patch)
tree9b626b4b67d3b02fd1195686a50286ce33b74b4b /test_exmachina.py
parent3fe4232d87dedb18e95e9b55df035089007ab802 (diff)
downloadexmachina-0e36e75866cccf6e4ec5350713aeb47ef87844af.tar.gz
exmachina-0e36e75866cccf6e4ec5350713aeb47ef87844af.zip
pep8 compliance (mostly)
Diffstat (limited to 'test_exmachina.py')
-rwxr-xr-xtest_exmachina.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_exmachina.py b/test_exmachina.py
index 86c71bf..3039129 100755
--- a/test_exmachina.py
+++ b/test_exmachina.py
@@ -34,7 +34,7 @@ from exmachina import ExMachinaClient
# Command line handling
def main():
- socket_path="/tmp/exmachina.sock"
+ socket_path = "/tmp/exmachina.sock"
sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
sock.connect(socket_path)