Commit dac4c3e8 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 7771a4d3
......@@ -87,17 +87,8 @@ __doc__='''Package wrapper for Document Template
This wrapper allows the (now many) document template modules to be
segregated in a separate package.
$Id: __init__.py,v 1.11 1998/12/04 20:15:28 jim Exp $'''
__version__='$Revision: 1.11 $'[11:-2]
$Id: __init__.py,v 1.12 1998/12/07 21:50:43 jim Exp $'''
__version__='$Revision: 1.12 $'[11:-2]
from DocumentTemplate import String, File, HTML, HTMLDefault, HTMLFile
from DocumentTemplate import html_quote
try:
__.String=String
__.File=File
__.HTML=HTML
__.HTMLDefault=HTMLDefault
__.HTMLFile=HTMLFile
__.html_quote=html_quote
except: pass
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