[Checkins] SVN: z3c.authenticator/trunk/src/z3c/authenticator/ removed unused imports

Roger Ineichen roger at projekt01.ch
Mon May 11 11:07:02 EDT 2009


Log message for revision 99842:
  removed unused imports

Changed:
  U   z3c.authenticator/trunk/src/z3c/authenticator/group.py
  U   z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py

-=-
Modified: z3c.authenticator/trunk/src/z3c/authenticator/group.py
===================================================================
--- z3c.authenticator/trunk/src/z3c/authenticator/group.py	2009-05-11 10:48:10 UTC (rev 99841)
+++ z3c.authenticator/trunk/src/z3c/authenticator/group.py	2009-05-11 15:07:02 UTC (rev 99842)
@@ -22,7 +22,6 @@
 import zope.interface
 import zope.component
 import zope.event
-import zope.deprecation
 import zope.deferredimport
 
 from zope.interface import alsoProvides

Modified: z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py
===================================================================
--- z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py	2009-05-11 10:48:10 UTC (rev 99841)
+++ z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py	2009-05-11 15:07:02 UTC (rev 99842)
@@ -18,8 +18,6 @@
 
 import persistent
 import zope.interface
-import zope.security.management
-import zope.security.interfaces
 from zope.authentication.interfaces import PrincipalLookupError
 from zope.container import contained
 from zope.principalregistry.principalregistry import principalRegistry



More information about the Checkins mailing list