[Zope3-checkins] CVS: Zope3/src/zope/fieldindex - fieldindex.py:1.8

Martijn Faassen m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:13 -0400


Update of /cvs-repository/Zope3/src/zope/fieldindex
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/fieldindex

Modified Files:
	fieldindex.py 
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)


=== Zope3/src/zope/fieldindex/fieldindex.py 1.7 => 1.8 ===
--- Zope3/src/zope/fieldindex/fieldindex.py:1.7	Mon Mar 31 01:02:00 2003
+++ Zope3/src/zope/fieldindex/fieldindex.py	Thu May  1 15:35:42 2003
@@ -14,8 +14,6 @@
 
 """Field index"""
 
-import zodb
-
 from persistence import Persistent
 
 from zodb.btrees.IOBTree import IOBTree