[Zope3-checkins] CVS: Zope3/src/zope/tal/tests - markbench.py:1.1.2.3
Fred L. Drake, Jr.
fred@zope.com
Tue, 24 Dec 2002 01:37:05 -0500
Update of /cvs-repository/Zope3/src/zope/tal/tests
In directory cvs.zope.org:/tmp/cvs-serv15368
Modified Files:
Tag: NameGeddon-branch
markbench.py
Log Message:
- fix import
- normalize whitespace
=== Zope3/src/zope/tal/tests/markbench.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/tal/tests/markbench.py:1.1.2.2 Mon Dec 23 15:38:28 2002
+++ Zope3/src/zope/tal/tests/markbench.py Tue Dec 24 01:37:04 2002
@@ -3,14 +3,14 @@
#
# Copyright (c) 2001, 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.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
-#
+#
##############################################################################
'''Run benchmarks of TAL vs. DTML'''
@@ -66,7 +66,7 @@
return time_apply(html, (), data, count)
def profile_zpt(fn, count, profiler):
- from Products.PageTemplates.PageTemplate import PageTemplate
+ from zope.pagetemplate.pagetemplate import PageTemplate
pt = PageTemplate()
pt.write(open(fn).read())
for i in range(4):