tests/tinyproxy.py
changeset 14494 1ffeeb91c55d
parent 14093 ce99d887585f
child 14971 0b21ae0a2366
--- a/tests/tinyproxy.py	Tue May 31 20:39:04 2011 -0500
+++ b/tests/tinyproxy.py	Wed Jun 01 12:38:46 2011 +0200
@@ -95,7 +95,7 @@
         iw = [self.connection, soc]
         ow = []
         count = 0
-        while 1:
+        while True:
             count += 1
             (ins, _, exs) = select.select(iw, ow, iw, 3)
             if exs: