[Zope3-checkins] CVS: Zope3/src/zope/textindex/tests - test_setops.py:1.3
Martijn Faassen
m.faassen@vet.uu.nl
Wed, 30 Apr 2003 19:38:01 -0400
Update of /cvs-repository/Zope3/src/zope/textindex/tests
In directory cvs.zope.org:/tmp/cvs-serv28863/textindex/tests
Modified Files:
test_setops.py
Log Message:
importgeddon part 1. Cleaning up unused imports, mostly in app/browser.
=== Zope3/src/zope/textindex/tests/test_setops.py 1.2 => 1.3 ===
--- Zope3/src/zope/textindex/tests/test_setops.py:1.2 Wed Dec 25 09:15:35 2002
+++ Zope3/src/zope/textindex/tests/test_setops.py Wed Apr 30 19:38:00 2003
@@ -12,7 +12,7 @@
#
##############################################################################
-from unittest import TestCase, TestSuite, main, makeSuite
+from unittest import TestCase, main, makeSuite
from zodb.btrees.IIBTree import IIBTree, IIBucket