Commit cc8a3a2b authored by Chris McDonough's avatar Chris McDonough

Removed reference to HTMLFile.

parent f4ccc59a
...@@ -84,11 +84,11 @@ ...@@ -84,11 +84,11 @@
############################################################################## ##############################################################################
__doc__='''Shared classes and functions __doc__='''Shared classes and functions
$Id: Aqueduct.py,v 1.42 2001/01/12 11:40:54 mj Exp $''' $Id: Aqueduct.py,v 1.43 2001/01/12 16:42:49 chrism Exp $'''
__version__='$Revision: 1.42 $'[11:-2] __version__='$Revision: 1.43 $'[11:-2]
import Globals, os import Globals, os
from Globals import HTMLFile, Persistent from Globals import Persistent
import DocumentTemplate, DateTime, ts_regex, regex, string import DocumentTemplate, DateTime, ts_regex, regex, string
import binascii, Acquisition import binascii, Acquisition
DateTime.now=DateTime.DateTime DateTime.now=DateTime.DateTime
......
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