[Checkins] SVN: zope.app.authentication/trunk/s avoid deprecation warning

Fred L. Drake, Jr. fdrake at gmail.com
Fri Oct 19 12:05:17 EDT 2007


Log message for revision 80939:
  avoid deprecation warning

Changed:
  U   zope.app.authentication/trunk/setup.py
  U   zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml

-=-
Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2007-10-19 15:46:04 UTC (rev 80938)
+++ zope.app.authentication/trunk/setup.py	2007-10-19 16:05:16 UTC (rev 80939)
@@ -58,6 +58,7 @@
       extras_require=dict(test=['zope.app.testing',
                                 'zope.app.securitypolicy',
                                 'zope.app.zcmlfiles',
+                                'zope.securitypolicy',
                                 'zope.testbrowser']),
       namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',

Modified: zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml	2007-10-19 15:46:04 UTC (rev 80938)
+++ zope.app.authentication/trunk/src/zope/app/authentication/ftesting.zcml	2007-10-19 16:05:16 UTC (rev 80939)
@@ -16,7 +16,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 Checkins mailing list