[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate - __init__.py:1.1.2.3
Fred L. Drake, Jr.
fred@zope.com
Tue, 24 Dec 2002 10:58:00 -0500
Update of /cvs-repository/Zope3/src/zope/app/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv32376
Modified Files:
Tag: NameGeddon-branch
__init__.py
Log Message:
- fix typo
- normalize whitespace
=== Zope3/src/zope/app/pagetemplate/__init__.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/pagetemplate/__init__.py:1.1.2.2 Tue Dec 24 07:51:10 2002
+++ Zope3/src/zope/app/pagetemplate/__init__.py Tue Dec 24 10:58:00 2002
@@ -2,15 +2,15 @@
#
# 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.
# 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.
-#
+#
##############################################################################
-from viewpagetemplatefile import ViewPagetemplateFile
+from viewpagetemplatefile import ViewPageTemplateFile
from simpleviewclass import SimpleViewClass