commit | 8a4a7ae68ac54d80ae36fa799010239791ffd934 | [log] [tgz] |
---|---|---|
author | Jim Shaver <dcypherd@gmail.com> | Wed Apr 29 01:17:33 2015 -0400 |
committer | Jim Shaver <dcypherd@gmail.com> | Wed Apr 29 01:17:33 2015 -0400 |
tree | 91ba66ce7c6e949d67edc14516282ed7db1d3d5c | |
parent | 0529886e2e7d9f4b758448032515c3e50850c800 [diff] [blame] |
no longer requires running with 'python2'
diff --git a/examples/simple/client.py b/examples/simple/client.py index c051bf4..aa591ca 100644 --- a/examples/simple/client.py +++ b/examples/simple/client.py
@@ -17,7 +17,7 @@ return ok if len(sys.argv) < 3: - print('Usage: python[2] client.py HOST PORT') + print('Usage: python client.py HOST PORT') sys.exit(1) dir = os.path.dirname(sys.argv[0])