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
d3cb4bb0
Commit
d3cb4bb0
authored
Jan 29, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added eval support
parent
a8de7b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
lib/python/Products/OFSP/__init__.py
lib/python/Products/OFSP/__init__.py
+8
-5
No files found.
lib/python/Products/OFSP/__init__.py
View file @
d3cb4bb0
...
...
@@ -8,15 +8,15 @@
#
##############################################################################
__doc__
=
'''OFS
$Id: __init__.py,v 1.
6 1998/01/29 20:21:57
brian Exp $'''
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.
7 1998/01/29 20:52:00
brian Exp $'''
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
import
Session
,
DraftFolder
from
ImageFile
import
ImageFile
import
OFS.Image
,
OFS
.
Document
classes
=
(
#'DraftFolder.DraftFolder',
'Session.Session'
,
'OFS.Image.File'
,
'OFS.Image.Image'
,
'OFS.Document.Document'
,)
classes
=
(
'Session.Session'
,
'OFS.Image.File'
,
'OFS.Image.Image'
,
'OFS.Document.Document'
)
meta_types
=
(
# {'name':'Draft Folder', 'action':'manage_addDraftFolderForm'},
...
...
@@ -59,6 +59,9 @@ misc_={
##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.7 1998/01/29 20:52:00 brian
# Added eval support
#
# Revision 1.6 1998/01/29 20:21:57 brian
# Added eval support
#
...
...
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