[Zodb-checkins] CVS: ZODB4/ZEO/tests - testZEO.py:1.25.4.3

Jeremy Hylton jeremy@zope.com
Tue, 17 Sep 2002 16:16:42 -0400


Update of /cvs-repository/ZODB4/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv9833/tests

Modified Files:
      Tag: ZODB4-ZEO-branch
	testZEO.py 
Log Message:
Zope3 doesn't use asyncore, so I can kill the ThreadedAsync nonsense.



=== ZODB4/ZEO/tests/testZEO.py 1.25.4.2 => 1.25.4.3 ===
--- ZODB4/ZEO/tests/testZEO.py:1.25.4.2	Mon Jul 29 15:06:52 2002
+++ ZODB4/ZEO/tests/testZEO.py	Tue Sep 17 16:16:42 2002
@@ -26,7 +26,6 @@
 import unittest
 
 import ZEO.ClientStorage, ZEO.StorageServer
-import ThreadedAsync, ZEO.trigger
 from ZODB.FileStorage import FileStorage
 from ZODB.ZTransaction import Transaction
 from ZODB.tests.StorageTestBase import zodb_pickle, MinPO