[Zope-Checkins] CVS: StandaloneZODB/ZODB - utils.py:1.11

Jeremy Hylton jeremy@zope.com
Mon, 22 Apr 2002 18:24:06 -0400


Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv25923/ZODB

Modified Files:
	utils.py 
Log Message:
Add a single space.


=== StandaloneZODB/ZODB/utils.py 1.10 => 1.11 ===
     read = f1.read
     write = f2.write
-    n =8192
+    n = 8192
     
     while l > 0:
         if n > l: