summaryrefslogtreecommitdiff
path: root/host/proto/test/interactive.py
diff options
context:
space:
mode:
authorNicolas Schodet2009-02-09 20:05:30 +0100
committerNicolas Schodet2009-02-09 20:05:30 +0100
commit2e95e3a33bcb34aeec66551503c692c1cb80ab61 (patch)
tree6b763ee0d1bf458da0ced13f44535b42f3b8efb8 /host/proto/test/interactive.py
parent552b28da98a387d13aea7403a7e72732a913277d (diff)
* all python:
- changed tabs to spaces.
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 ()