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: