Commit 5e933a9e authored by Jim Fulton's avatar Jim Fulton

export html_quote

parent 8456e516
...@@ -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.2 1997/08/27 19:34:43 jim Exp $' 'id': '$Id: DocumentTemplate.py,v 1.3 1997/09/02 20:35:36 jim Exp $'
} }
############################################################################ ############################################################################
...@@ -62,16 +62,20 @@ __doc__=DT_Doc.__doc__ % { ...@@ -62,16 +62,20 @@ __doc__=DT_Doc.__doc__ % {
# (540) 371-6909 # (540) 371-6909
# #
############################################################################ ############################################################################
__version__='$Revision: 1.2 $'[11:-2] __version__='$Revision: 1.3 $'[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, HTMLDefault from DT_HTML import HTML, HTMLFile, HTMLDefault
import DT_UI # Install HTML editing import DT_UI # Install HTML editing
from DT_Var import html_quote
############################################################################ ############################################################################
# $Log: DocumentTemplate.py,v $ # $Log: DocumentTemplate.py,v $
# Revision 1.3 1997/09/02 20:35:36 jim
# export html_quote
#
# Revision 1.2 1997/08/27 19:34:43 jim # Revision 1.2 1997/08/27 19:34:43 jim
# *** empty log message *** # *** empty log message ***
# #
......
...@@ -60,8 +60,8 @@ __doc__='''Package wrapper for Document Template ...@@ -60,8 +60,8 @@ __doc__='''Package wrapper for Document Template
This wrapper allows the (now many) document template modules to be This wrapper allows the (now many) document template modules to be
segregated in a separate package. segregated in a separate package.
$Id: __init__.py,v 1.2 1997/08/27 19:23:21 jim Exp $''' $Id: __init__.py,v 1.3 1997/09/02 20:35:53 jim Exp $'''
__version__='$Revision: 1.2 $'[11:-2] __version__='$Revision: 1.3 $'[11:-2]
import DocumentTemplate import DocumentTemplate
...@@ -70,10 +70,14 @@ __.File=DocumentTemplate.File ...@@ -70,10 +70,14 @@ __.File=DocumentTemplate.File
__.HTML=DocumentTemplate.HTML __.HTML=DocumentTemplate.HTML
__.HTMLDefault=DocumentTemplate.HTMLDefault __.HTMLDefault=DocumentTemplate.HTMLDefault
__.HTMLFile=DocumentTemplate.HTMLFile __.HTMLFile=DocumentTemplate.HTMLFile
__.html_quote=DocumentTemplate.html_quote
############################################################################## ##############################################################################
# #
# $Log: __init__.py,v $ # $Log: __init__.py,v $
# Revision 1.3 1997/09/02 20:35:53 jim
# export html_quote
#
# Revision 1.2 1997/08/27 19:23:21 jim # Revision 1.2 1997/08/27 19:23:21 jim
# *** empty log message *** # *** empty log message ***
# #
......
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