[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - index.py:1.16
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 03:09:33 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv7189/app/index/text
Modified Files:
index.py
Log Message:
Removed unused imports.
=== Zope3/src/zope/app/index/text/index.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/index/text/index.py:1.15 Tue Aug 5 04:33:31 2003
+++ Zope3/src/zope/app/index/text/index.py Sun Aug 17 02:06:59 2003
@@ -27,10 +27,7 @@
from zope.index.text.textindexwrapper import TextIndexWrapper
from zope.app.interfaces.services.hub import \
- IRegistrationHubEvent, \
- IObjectRegisteredHubEvent, \
- IObjectUnregisteredHubEvent, \
- IObjectModifiedHubEvent
+ IRegistrationHubEvent, IObjectModifiedHubEvent
from zope.app.interfaces.index.text import ISearchableText
from zope.app.interfaces.index.text import IUITextIndex, IUITextCatalogIndex
from zope.interface import implements
More information about the Zope3-Checkins
mailing list