[Zope-Checkins] CVS: Zope3/lib/python/Zope/PageTemplate/tests - testHTMLTests.py:1.1.2.6

Fred L. Drake, Jr. fdrake@acm.org
Wed, 27 Feb 2002 17:45:24 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	testHTMLTests.py 
Log Message:
Do no import name that is not used.

=== Zope3/lib/python/Zope/PageTemplate/tests/testHTMLTests.py 1.1.2.5 => 1.1.2.6 ===
 
 from Zope.PageTemplate.tests import util
-from Zope.PageTemplate.ZPT import ZPT, BoundPageTemplate
+from Zope.PageTemplate.ZPT import ZPT
 
 
 class Folder: