[Zodb-checkins] CVS: ZODB3/BTrees/tests - testConflict.py:1.13.6.4
Jeremy Hylton
jeremy at zope.com
Thu Sep 11 13:21:43 EDT 2003
Update of /cvs-repository/ZODB3/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv8570/BTrees/tests
Modified Files:
Tag: Zope-2_6-branch
testConflict.py
Log Message:
Sync with changes mode on the soon-to-be-defunct ZODB3-3_1-branch.
=== ZODB3/BTrees/tests/testConflict.py 1.13.6.3 => 1.13.6.4 ===
--- ZODB3/BTrees/tests/testConflict.py:1.13.6.3 Tue Jul 15 09:52:38 2003
+++ ZODB3/BTrees/tests/testConflict.py Thu Sep 11 12:21:42 2003
@@ -27,7 +27,6 @@
storage = None
def tearDown(self):
- from ZODB.tests.StorageTestBase import removefs
del self.t
if self.storage is not None:
self.storage.close()
More information about the Zodb-checkins
mailing list