[Zope-Checkins] CVS: Zope3/lib/python/Zope/DocumentTemplate/tests - DTMLTestBase.py:1.2

Stephan Richter srichter@cbu.edu
Wed, 10 Jul 2002 20:54:33 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/DocumentTemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv23423/Zope/DocumentTemplate/tests

Modified Files:
	DTMLTestBase.py 
Log Message:
 Adjustments to DTML and other code


=== Zope3/lib/python/Zope/DocumentTemplate/tests/DTMLTestBase.py 1.1 => 1.2 ===
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
 # 
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
@@ -17,7 +17,7 @@
 
 import os
 import unittest
-from Zope.DocumentTemplate.DT_HTML import HTML, String
+from Zope.DocumentTemplate.DT_HTML import HTML
 
 
 if __name__=='__main__':