Commit 4540a358 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 3e57bf37
...@@ -60,19 +60,23 @@ __doc__='''Package wrapper for Document Template ...@@ -60,19 +60,23 @@ __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.1 1997/08/27 18:55:46 jim Exp $''' $Id: __init__.py,v 1.2 1997/08/27 19:23:21 jim Exp $'''
__version__='$Revision: 1.1 $'[11:-2] __version__='$Revision: 1.2 $'[11:-2]
import DocumentTemplate import DocumentTemplate
__.String=DocumentTemplate.String __.String=DocumentTemplate.String
__.File=DocumentTemplate.File __.File=DocumentTemplate.File
__.HTML=DocumentTemplate.HTML __.HTML=DocumentTemplate.HTML
__.HTMLDefault=DocumentTemplate.HTMLDefault
__.HTMLFile=DocumentTemplate.HTMLFile __.HTMLFile=DocumentTemplate.HTMLFile
############################################################################## ##############################################################################
# #
# $Log: __init__.py,v $ # $Log: __init__.py,v $
# Revision 1.2 1997/08/27 19:23:21 jim
# *** empty log message ***
#
# Revision 1.1 1997/08/27 18:55:46 jim # Revision 1.1 1997/08/27 18:55:46 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