Commit 40c50512 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 125bfcbb
...@@ -10,15 +10,15 @@ ...@@ -10,15 +10,15 @@
############################################################################## ##############################################################################
__doc__='''Shared Aqueduct classes and functions __doc__='''Shared Aqueduct classes and functions
$Id: Aqueduct.py,v 1.2 1997/07/28 21:27:17 jim Exp $''' $Id: Aqueduct.py,v 1.3 1997/07/28 22:32:20 jim Exp $'''
__version__='$Revision: 1.2 $'[11:-2] __version__='$Revision: 1.3 $'[11:-2]
from Globals import ManageHTMLFile from Globals import ManageHTMLFile
import DocumentTemplate, DateTime, regex, regsub, string, urllib, rotor import DocumentTemplate, DateTime, regex, regsub, string, urllib, rotor
DateTime.now=DateTime.DateTime DateTime.now=DateTime.DateTime
dtml_dir="%s/Aqueduct/" % SOFTWARE_HOME dtml_dir="%s/lib/python/Aqueduct/" % SOFTWARE_HOME
default_report_src=open(dtml_dir+'defaultReport.dtml').read() default_report_src=open(dtml_dir+'defaultReport.dtml').read()
class BaseQuery: class BaseQuery:
...@@ -325,6 +325,9 @@ if __name__ == "__main__": main() ...@@ -325,6 +325,9 @@ if __name__ == "__main__": main()
############################################################################## ##############################################################################
# #
# $Log: Aqueduct.py,v $ # $Log: Aqueduct.py,v $
# Revision 1.3 1997/07/28 22:32:20 jim
# *** empty log message ***
#
# Revision 1.2 1997/07/28 21:27:17 jim # Revision 1.2 1997/07/28 21:27:17 jim
# Changed generated input forms to use post. # Changed generated input forms to use post.
# #
......
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