Commit bc2a9fa4 authored by 's avatar

Added eval support

parent 3d799e0d
......@@ -2,6 +2,7 @@
# install __init__.py
# install add.dtml
# install edit.dtml
# install release
# package Aqueduct
# package AqueductDA
......@@ -11,11 +11,13 @@
__doc__='''SQL Method Product
$Id: __init__.py,v 1.1 1998/01/07 16:29:29 jim Exp $'''
__version__='$Revision: 1.1 $'[11:-2]
$Id: __init__.py,v 1.2 1998/01/29 16:29:47 brian Exp $'''
__version__='$Revision: 1.2 $'[11:-2]
from ImageFile import ImageFile
import Aqueduct.Search, SQL
classes=('SQL.SQL',)
meta_types=(
{'name':'Aqueduct SQL Database Method',
'action':'manage_addAqueductSQLMethodForm',
......@@ -43,6 +45,9 @@ misc_={
##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.2 1998/01/29 16:29:47 brian
# Added eval support
#
# Revision 1.1 1998/01/07 16:29:29 jim
# Split out Database Methods
#
......
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