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 os
import readline
import time import time
import zmq import zmq
@ -6,6 +7,7 @@ import zmq
ctx = zmq.Context() ctx = zmq.Context()
basepath = os.path.expanduser("~/.screenless/") basepath = os.path.expanduser("~/.screenless/")
last = ""
while True: while True:
msg = input("> ") msg = input("> ")

Loading…
Cancel
Save