[Zope-Checkins] CVS: ZODB3/BTrees/tests - testConflict.py:1.13.6.5

Jeremy Hylton jeremy at zope.com
Thu Sep 11 13:51:05 EDT 2003


Update of /cvs-repository/ZODB3/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv13438

Modified Files:
      Tag: Zope-2_6-branch
	testConflict.py 
Log Message:
Somehow deleted the removefs import while merging changes.


=== ZODB3/BTrees/tests/testConflict.py 1.13.6.4 => 1.13.6.5 ===
--- ZODB3/BTrees/tests/testConflict.py:1.13.6.4	Thu Sep 11 12:21:42 2003
+++ ZODB3/BTrees/tests/testConflict.py	Thu Sep 11 12:51:04 2003
@@ -20,6 +20,7 @@
 from unittest import TestCase, TestSuite, makeSuite
 
 from ZODB.POSException import ConflictError
+from ZODB.tests.StorageTestBase import removefs
 
 class Base:
     """ Tests common to all types: sets, buckets, and BTrees """




More information about the Zope-Checkins mailing list