Skip to content

Commit

Permalink
Added missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Sep 2, 1998
1 parent b5a252b commit 6443262
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
This wrapper allows the (now many) document template modules to be
segregated in a separate package.
$Id: __init__.py,v 1.8 1998/09/02 21:06:07 jim Exp $'''
__version__='$Revision: 1.8 $'[11:-2]
$Id: __init__.py,v 1.9 1998/09/02 21:17:14 jim Exp $'''
__version__='$Revision: 1.9 $'[11:-2]

from DocumentTemplate import String, File, HTMLDefault, HTMLFile, html_quote
from DocumentTemplate import String, File, HTML, HTMLDefault, HTMLFile
from DocumentTemplate import html_quote

try:
__.String=String
Expand Down

0 comments on commit 6443262

Please sign in to comment.