[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/m Removed unused
imports -- spotted these during work on XXXs.
Garrett Smith
garrett at mojave-corp.com
Thu Jul 8 19:07:32 EDT 2004
Log message for revision 26268:
Removed unused imports -- spotted these during work on XXXs.
-=-
Modified: Zope3/trunk/src/zope/app/mail/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/metadirectives.py 2004-07-08 23:06:19 UTC (rev 26267)
+++ Zope3/trunk/src/zope/app/mail/metadirectives.py 2004-07-08 23:07:32 UTC (rev 26268)
@@ -17,7 +17,7 @@
"""
from zope.configuration.fields import Path
from zope.interface import Interface
-from zope.schema import TextLine, Bytes, ASCII, BytesLine, Int
+from zope.schema import TextLine, ASCII, BytesLine, Int
from zope.app.security.fields import Permission
class IDeliveryDirective(Interface):
Modified: Zope3/trunk/src/zope/app/module/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/module/interfaces.py 2004-07-08 23:06:19 UTC (rev 26267)
+++ Zope3/trunk/src/zope/app/module/interfaces.py 2004-07-08 23:07:32 UTC (rev 26268)
@@ -20,7 +20,7 @@
"""
from zope.interface import Interface
-from zope.schema import Bytes, ASCII, BytesLine
+from zope.schema import ASCII, BytesLine
class IModuleManager(Interface):
More information about the Zope3-Checkins
mailing list