aboutsummaryrefslogtreecommitdiffstats
path: root/test_exmachina.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-25 22:44:55 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-25 22:44:55 +0100
commit191d78b4555ea662089abf47eb8836fac2d6d2a3 (patch)
tree62bbcb1bb2a16b29f7865474b636a089ace8da5b /test_exmachina.py
parent6e629a8f6731cf2d5291eb353c01ec4823bc89b3 (diff)
downloadexmachina-191d78b4555ea662089abf47eb8836fac2d6d2a3.tar.gz
exmachina-191d78b4555ea662089abf47eb8836fac2d6d2a3.zip
minor comments
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 6c1db94..301d2d2 100755
--- a/test_exmachina.py
+++ b/test_exmachina.py
@@ -40,7 +40,7 @@ def main():
if sys.argv[-1] == "-k":
print "waiting for key on stdin..."
secret_key = sys.stdin.readline()
- print "sent!"
+ print "got it!"
print "========= Testing JSON-RPC connection"
c = bjsonrpc.connection.Connection(sock)