[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/securitypolicy/role.py
Removed unused definitions.
Jim Fulton
jim at zope.com
Sun Apr 2 17:37:54 EDT 2006
Log message for revision 66333:
Removed unused definitions.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/securitypolicy/role.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/securitypolicy/role.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/securitypolicy/role.py 2006-04-02 21:37:52 UTC (rev 66332)
+++ Zope3/branches/jim-adapter/src/zope/app/securitypolicy/role.py 2006-04-02 21:37:54 UTC (rev 66333)
@@ -42,11 +42,6 @@
self.title = title
self.description = description
-# BBB: Renamed component on 12/05/2004
-PersistentRole = LocalRole
-from zope.app.component.site import UtilityRegistration
-RoleRegistration = UtilityRegistration
-
def setIdOnActivation(role, event):
"""Set the permission id upon registration activation.
More information about the Zope3-Checkins
mailing list