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
2668929d
Commit
2668929d
authored
Jan 12, 2001
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed things which use HTMLFile to use DTMLFile.
parent
e1c50900
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/AccessControl/Owned.py
lib/python/AccessControl/Owned.py
+3
-3
No files found.
lib/python/AccessControl/Owned.py
View file @
2668929d
...
...
@@ -85,8 +85,8 @@
__doc__
=
'''Support for owned objects
$Id: Owned.py,v 1.
9 2001/01/08 22:46:56 brian
Exp $'''
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
$Id: Owned.py,v 1.
10 2001/01/12 15:23:05 chrism
Exp $'''
__version__
=
'$Revision: 1.
10
$'
[
11
:
-
2
]
import
Globals
,
urlparse
,
SpecialUsers
,
ExtensionClass
,
string
from
AccessControl
import
getSecurityManager
...
...
@@ -119,7 +119,7 @@ class Owned(ExtensionClass.Base):
},
)
manage_owner
=
Globals
.
H
TMLFile
(
'dtml/owner'
,
globals
())
manage_owner
=
Globals
.
D
TMLFile
(
'dtml/owner'
,
globals
())
def
owner_info
(
self
):
"""Get ownership info for display
...
...
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