Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
d71e3139
Commit
d71e3139
authored
May 11, 2009
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use more canonical interface names.
parent
21e0cb63
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
125 additions
and
110 deletions
+125
-110
src/Products/Sessions/SessionDataManager.py
src/Products/Sessions/SessionDataManager.py
+2
-2
src/Products/Sessions/SessionInterfaces.py
src/Products/Sessions/SessionInterfaces.py
+123
-108
No files found.
src/Products/Sessions/SessionDataManager.py
View file @
d71e3139
...
...
@@ -32,7 +32,7 @@ from ZPublisher.BeforeTraverse import unregisterBeforeTraverse
from
ZODB.POSException
import
ConflictError
from
zope.interface
import
implements
from
Products.Sessions.SessionInterfaces
import
SessionDataManagerInterface
from
Products.Sessions.SessionInterfaces
import
ISessionDataManager
from
Products.Sessions.SessionPermissions
import
ACCESS_CONTENTS_PERM
from
Products.Sessions.SessionPermissions
import
ACCESS_SESSIONDATA_PERM
from
Products.Sessions.SessionPermissions
import
ARBITRARY_SESSIONDATA_PERM
...
...
@@ -93,7 +93,7 @@ class SessionDataManager(Item, Implicit, Persistent, RoleManager, Owned, Tabs):
icon='
misc_
/
CoreSessionTracking
/
datamgr
.
gif
'
implements(
SessionDataManagerInterface
)
implements(
ISessionDataManager
)
manage_sessiondatamgr = DTMLFile('
dtml
/
manageDataManager
',
globals())
...
...
src/Products/Sessions/SessionInterfaces.py
View file @
d71e3139
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment