[z3-checkins] r33685 - z3/sqlos/trunk/src/sqlos/interfaces

jinty at codespeak.net jinty at codespeak.net
Tue Oct 24 21:00:53 CEST 2006


Author: jinty
Date: Tue Oct 24 21:00:52 2006
New Revision: 33685

Modified:
   z3/sqlos/trunk/src/sqlos/interfaces/__init__.py
Log:
unused import

Modified: z3/sqlos/trunk/src/sqlos/interfaces/__init__.py
==============================================================================
--- z3/sqlos/trunk/src/sqlos/interfaces/__init__.py	(original)
+++ z3/sqlos/trunk/src/sqlos/interfaces/__init__.py	Tue Oct 24 21:00:52 2006
@@ -11,7 +11,6 @@
 """
 from zope.schema import TextLine
 from zope.interface import Interface, Attribute
-from zope.component import getService, ComponentLookupError
 from zope.interface import classImplements
 from zope.security.checker import NamesChecker, NoProxy, defineChecker
 from zope.schema.vocabulary import SimpleVocabulary


More information about the z3-checkins mailing list