Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
- oops there was another zope.app.security
Browse files Browse the repository at this point in the history
- there are still indirect  zope.app.security dependencies
  • Loading branch information
Michael Howitz committed Mar 15, 2009
1 parent 4fa73f7 commit cc5efa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,7 @@ CHANGES
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``.


Expand Down
2 changes: 1 addition & 1 deletion src/z3c/layer/pagelet/login.txt
Expand Up @@ -158,7 +158,7 @@ displayed:
>>> 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
Expand Down

0 comments on commit cc5efa1

Please sign in to comment.