[Checkins] SVN: z3c.layer.pagelet/trunk/ - oops there was another zope.app.security

Michael Howitz mh at gocept.com
Sun Mar 15 13:43:04 EDT 2009


Log message for revision 98130:
  - oops there was another zope.app.security
  - there are still indirect  zope.app.security dependencies
  

Changed:
  U   z3c.layer.pagelet/trunk/CHANGES.txt
  U   z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/login.txt

-=-
Modified: z3c.layer.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.layer.pagelet/trunk/CHANGES.txt	2009-03-15 17:37:11 UTC (rev 98129)
+++ z3c.layer.pagelet/trunk/CHANGES.txt	2009-03-15 17:43:03 UTC (rev 98130)
@@ -5,7 +5,7 @@
 1.3.1 (unreleased)
 ------------------
 
-- Removed dependency on ``zope.app.security`` by using the new
+- Removed direct dependency on ``zope.app.security`` by using the new
   packages ``zope.authentication`` and ``zope.principalregistry``.
 
 

Modified: z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/login.txt
===================================================================
--- z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/login.txt	2009-03-15 17:37:11 UTC (rev 98129)
+++ z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/login.txt	2009-03-15 17:43:03 UTC (rev 98130)
@@ -158,7 +158,7 @@
   >>> import zope.authentication.interfaces
   >>> ztapi.provideAdapter(
   ...     zope.interface.Interface,
-  ...     zope.app.security.interfaces.ILogoutSupported,
+  ...     zope.authentication.interfaces.ILogoutSupported,
   ...     zope.authentication.logout.LogoutSupported)
   >>> browser.reload()
   >>> browser.url



More information about the Checkins mailing list