tests/md5sum.py
changeset 14494 1ffeeb91c55d
parent 7080 a6477aa893b8
child 25660 328739ea70c3
--- a/tests/md5sum.py	Tue May 31 20:39:04 2011 -0500
+++ b/tests/md5sum.py	Wed Jun 01 12:38:46 2011 +0200
@@ -29,7 +29,7 @@
 
     m = md5()
     try:
-        while 1:
+        while True:
             data = fp.read(8192)
             if not data:
                 break