[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.29

Jeremy Hylton jeremy at zope.com
Fri Jun 13 19:29:00 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv7717/ZEO/tests

Modified Files:
	ConnectionTests.py 
Log Message:
Remove unused import of InvalidationTests, fixing circular import.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.28 => 1.29 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.28	Fri Jun 13 18:26:28 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py	Fri Jun 13 18:28:59 2003
@@ -30,7 +30,6 @@
 from ZEO.Exceptions import ClientDisconnected
 from ZEO.zrpc.marshal import Marshaller
 from ZEO.tests import forker
-from ZEO.tests.InvalidationTests import InvalidationTests
 
 from ZODB.DB import DB
 from ZODB.Transaction import get_transaction, Transaction




More information about the Zodb-checkins mailing list