From 191d78b4555ea662089abf47eb8836fac2d6d2a3 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 25 Dec 2012 22:44:55 +0100 Subject: minor comments --- README | 2 ++ test_exmachina.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 7fbc898..6216029 100644 --- a/README +++ b/README @@ -39,6 +39,8 @@ etc) should not run with strong system permissions, but core components of the system (such as hostname, wireless access point configuration, network settings, package installation, locale, timezone, etc) need to be modified. +See the comments in exmachina.py for more information. + ### Alternatives The most simple alternative to exmachina that has been recommended to me is to 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) -- cgit v1.2.3