[Zope3-checkins] CVS: Zope3/src/zope/app/event -
metadirectives.py:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 03:09:37 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/event
In directory cvs.zope.org:/tmp/cvs-serv7189/app/event
Modified Files:
metadirectives.py
Log Message:
Removed unused imports.
=== Zope3/src/zope/app/event/metadirectives.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/event/metadirectives.py:1.1 Sun Aug 3 17:56:10 2003
+++ Zope3/src/zope/app/event/metadirectives.py Sun Aug 17 02:06:32 2003
@@ -17,7 +17,6 @@
from zope.interface import Interface
from zope.configuration.fields import GlobalObject, Tokens
-from zope.schema import TextLine
class ISubscribeDirective(Interface):
"""
More information about the Zope3-Checkins
mailing list