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
971fcdfc
Commit
971fcdfc
authored
Dec 14, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing import
parent
36f0f082
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/OFS/SimpleItem.py
lib/python/OFS/SimpleItem.py
+3
-3
No files found.
lib/python/OFS/SimpleItem.py
View file @
971fcdfc
...
...
@@ -17,8 +17,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
item types.
$Id: SimpleItem.py,v 1.1
09 2003/12/13 07:57:49 Zen
Exp $'''
__version__
=
'$Revision: 1.1
09
$'
[
11
:
-
2
]
$Id: SimpleItem.py,v 1.1
10 2003/12/14 05:08:25 fdrake
Exp $'''
__version__
=
'$Revision: 1.1
10
$'
[
11
:
-
2
]
import
re
,
sys
,
Globals
,
App
.
Management
,
Acquisition
,
App
.
Undo
import
AccessControl.Role
,
AccessControl
.
Owned
,
App
.
Common
...
...
@@ -27,7 +27,7 @@ from ExtensionClass import Base
from
CopySupport
import
CopySource
from
types
import
InstanceType
,
StringType
from
ComputedAttribute
import
ComputedAttribute
from
AccessControl
import
getSecurityManager
from
AccessControl
import
getSecurityManager
,
Unauthorized
from
Traversable
import
Traversable
from
Acquisition
import
aq_base
,
aq_parent
,
aq_inner
,
aq_acquire
from
DocumentTemplate.ustr
import
ustr
...
...
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