From 2e95e3a33bcb34aeec66551503c692c1cb80ab61 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 9 Feb 2009 20:05:30 +0100 Subject: * all python: - changed tabs to spaces. --- host/proto/test/interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/proto/test/interactive.py') 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 () -- cgit v1.2.3