summaryrefslogtreecommitdiff
path: root/host/proto/test/interactive.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/proto/test/interactive.py')
-rw-r--r--host/proto/test/interactive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/proto/test/interactive.py b/host/proto/test/interactive.py
index a8251f6d..d34d6d59 100644
--- a/host/proto/test/interactive.py
+++ b/host/proto/test/interactive.py
@@ -26,4 +26,4 @@ while True:
p.sync ()
fds = select.select ((p,), (), (), 0.1)[0]
for i in fds:
- i.read ()
+ i.read ()