Commit a4573ab6 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 4540a358
...@@ -7,7 +7,7 @@ __doc__=DT_Doc.__doc__ % { ...@@ -7,7 +7,7 @@ __doc__=DT_Doc.__doc__ % {
'In': DT_In.__doc__, 'In': DT_In.__doc__,
'If': DT_If.__doc__, 'If': DT_If.__doc__,
'Var': DT_Var.__doc__, 'Var': DT_Var.__doc__,
'id': '$Id: DocumentTemplate.py,v 1.1 1997/08/27 18:55:45 jim Exp $' 'id': '$Id: DocumentTemplate.py,v 1.2 1997/08/27 19:34:43 jim Exp $'
} }
############################################################################ ############################################################################
...@@ -62,16 +62,19 @@ __doc__=DT_Doc.__doc__ % { ...@@ -62,16 +62,19 @@ __doc__=DT_Doc.__doc__ % {
# (540) 371-6909 # (540) 371-6909
# #
############################################################################ ############################################################################
__version__='$Revision: 1.1 $'[11:-2] __version__='$Revision: 1.2 $'[11:-2]
ParseError='Document Template Parse Error' ParseError='Document Template Parse Error'
from DT_String import String, File from DT_String import String, File
from DT_HTML import HTML, HTMLFile from DT_HTML import HTML, HTMLFile, HTMLDefault
import DT_UI # Install HTML editing import DT_UI # Install HTML editing
############################################################################ ############################################################################
# $Log: DocumentTemplate.py,v $ # $Log: DocumentTemplate.py,v $
# Revision 1.2 1997/08/27 19:34:43 jim
# *** empty log message ***
#
# Revision 1.1 1997/08/27 18:55:45 jim # Revision 1.1 1997/08/27 18:55:45 jim
# initial # initial
# #
......
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