add readline for command history in the tester module. so nice!

workspace
Brendan Howell 8 years ago
parent 5bcd089f69
commit 84d32cc8a1

@ -1,4 +1,5 @@
import os
import readline
import time
import zmq
@ -6,6 +7,7 @@ import zmq
ctx = zmq.Context()
basepath = os.path.expanduser("~/.screenless/")
last = ""
while True:
msg = input("> ")

Loading…
Cancel
Save