Skip to content

Commit

Permalink
Depend on zope.session instead of zope.app.session.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Nov 2, 2008
1 parent faada02 commit 185b49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changes
3.4.4 (unreleased)
------------------

* Depend on zope.session instead of zope.app.session. The first one
currently has all functionality we need.
* Fix deprecation warnings for ``md5`` and ``sha`` on Python 2.6.

3.4.3 (2008-08-07)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def read(*rnames):
'zope.app.container',
'zope.app.form',
'zope.app.security',
'zope.app.session',
'zope.dublincore',
'zope.event',
'zope.exceptions',
Expand All @@ -77,6 +76,7 @@ def read(*rnames):
'zope.publisher',
'zope.schema',
'zope.security',
'zope.session',
'zope.traversing',
'ZODB3',
],
Expand Down
2 changes: 1 addition & 1 deletion src/zope/app/authentication/ftesting.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<include package="zope.app.zcmlfiles" />
<include package="zope.formlib" />
<include package="zope.session" />
<include package="zope.app.authentication" />
<include package="zope.app.session" />
<include package="zope.app.securitypolicy" />

<securityPolicy
Expand Down

0 comments on commit 185b49b

Please sign in to comment.