Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Added eval support
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 29, 1998
1 parent 8bef673 commit dece55e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions __init__.py
Expand Up @@ -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'},
Expand Down Expand Up @@ -59,6 +59,9 @@
##############################################################################
#
# $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
#
Expand Down

0 comments on commit dece55e

Please sign in to comment.