[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.17
Andreas Jung
andreas@digicool.com
Tue, 2 Apr 2002 09:57:23 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv7189/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
PathIndex.py
Log Message:
removed unused import
=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.16 => 1.17 ===
from Globals import Persistent, DTMLFile
from Acquisition import Implicit
-from OFS.History import Historical
from OFS.SimpleItem import SimpleItem
from BTrees.IOBTree import IOBTree
@@ -353,6 +352,3 @@
"""Add a path index"""
return self.manage_addIndex(id, 'PathIndex', extra=None, \
REQUEST=REQUEST, RESPONSE=RESPONSE, URL1=URL3)
-
-
-