[Checkins] SVN:	z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py	added missing FieldProperty
    Roger Ineichen 
    roger at projekt01.ch
       
    Mon Nov 24 18:18:19 EST 2008
    
    
  
Log message for revision 93333:
  added missing FieldProperty
Changed:
  U   z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py
-=-
Modified: z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py
===================================================================
--- z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py	2008-11-24 23:15:41 UTC (rev 93332)
+++ z3c.authenticator/trunk/src/z3c/authenticator/principalregistry.py	2008-11-24 23:18:19 UTC (rev 93333)
@@ -20,6 +20,7 @@
 import zope.interface
 import zope.security.management
 import zope.security.interfaces
+from zope.schema.fieldproperty import FieldProperty
 from zope.app.container import contained
 from zope.app.security.interfaces import PrincipalLookupError
 from zope.app.security.principalregistry import principalRegistry
    
    
More information about the Checkins
mailing list