[Zope3-checkins] SVN: Zope3/branches/3.4/securitypolicy.zcml Remove
deprecation warning on Zope startup.
Marius Gedminas
marius at pov.lt
Tue Jul 29 12:55:48 EDT 2008
Log message for revision 88972:
Remove deprecation warning on Zope startup.
Changed:
U Zope3/branches/3.4/securitypolicy.zcml
-=-
Modified: Zope3/branches/3.4/securitypolicy.zcml
===================================================================
--- Zope3/branches/3.4/securitypolicy.zcml 2008-07-29 15:46:10 UTC (rev 88971)
+++ Zope3/branches/3.4/securitypolicy.zcml 2008-07-29 16:55:48 UTC (rev 88972)
@@ -6,7 +6,7 @@
<include package="zope.app.securitypolicy" />
<securityPolicy
- component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
+ component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
<role id="zope.Anonymous" title="Everybody"
description="All users have this role implicitly" />
More information about the Zope3-Checkins
mailing list