Commit e162df69 authored by 's avatar

Added eval support

parent 04469d90
...@@ -8,12 +8,14 @@ ...@@ -8,12 +8,14 @@
# #
############################################################################## ##############################################################################
__doc__='''External Method Product Initialization __doc__='''External Method Product Initialization
$Id: __init__.py,v 1.4 1997/12/23 22:15:34 jim Exp $''' $Id: __init__.py,v 1.5 1998/01/29 15:54:58 brian Exp $'''
__version__='$Revision: 1.4 $'[11:-2] __version__='$Revision: 1.5 $'[11:-2]
import ExternalMethod import ExternalMethod
from ImageFile import ImageFile from ImageFile import ImageFile
classes=('ExternalMethod.ExternalMethod',)
meta_types= {'name':'External Method', meta_types= {'name':'External Method',
'action':'manage_addExternalMethodForm' 'action':'manage_addExternalMethodForm'
}, },
...@@ -31,6 +33,9 @@ misc_={'function_icon': ...@@ -31,6 +33,9 @@ misc_={'function_icon':
############################################################################## ##############################################################################
# #
# $Log: __init__.py,v $ # $Log: __init__.py,v $
# Revision 1.5 1998/01/29 15:54:58 brian
# Added eval support
#
# Revision 1.4 1997/12/23 22:15:34 jim # Revision 1.4 1997/12/23 22:15:34 jim
# up to date with product and security layout # up to date with product and security layout
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment