[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - test_autopack.py:1.4
Barry Warsaw
barry@wooz.org
Tue, 19 Nov 2002 15:39:39 -0500
Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage/tests
In directory cvs.zope.org:/tmp/cvs-serv2145
Modified Files:
test_autopack.py
Log Message:
Normalize whitespace.
=== ZODB3/bsddb3Storage/bsddb3Storage/tests/test_autopack.py 1.3 => 1.4 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/test_autopack.py:1.3 Tue Nov 19 15:35:37 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/test_autopack.py Tue Nov 19 15:39:39 2002
@@ -48,7 +48,7 @@
packtime = storage._autopacker._nextcheck
while packtime == storage._autopacker._nextcheck:
time.sleep(1)
-
+
def _mk_dbhome(self, dir):
# Create the storage
os.mkdir(dir)