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
9d1c34bf
Commit
9d1c34bf
authored
Mar 30, 1999
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of some unnecessary imports.
parent
802ecdcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
lib/python/Products/OFSP/__init__.py
lib/python/Products/OFSP/__init__.py
+3
-5
No files found.
lib/python/Products/OFSP/__init__.py
View file @
9d1c34bf
...
...
@@ -83,13 +83,11 @@
#
##############################################################################
__doc__
=
'''Base Principia
$Id: __init__.py,v 1.2
6 1999/03/30 18:15:31
jim Exp $'''
__version__
=
'$Revision: 1.2
6
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.2
7 1999/03/30 19:08:42
jim Exp $'''
__version__
=
'$Revision: 1.2
7
$'
[
11
:
-
2
]
import
Version
,
Draft
,
Globals
import
OFS.Image
,
OFS
.
Folder
,
AccessControl
.
User
import
Version
,
Draft
,
OFS
.
Image
,
OFS
.
Folder
,
AccessControl
.
User
import
OFS.DTMLMethod
,
OFS
.
DTMLDocument
from
ImageFile
import
ImageFile
# This is the new way to initialize products. It is hoped
# that this more direct mechanism will be more understandable.
...
...
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