[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate/tests/testpackage - content.py:1.1.2.2
Fred L. Drake, Jr.
fred@zope.com
Mon, 23 Dec 2002 17:34:24 -0500
Update of /cvs-repository/Zope3/src/zope/app/pagetemplate/tests/testpackage
In directory cvs.zope.org:/tmp/cvs-serv21276/testpackage
Modified Files:
Tag: NameGeddon-branch
content.py
Log Message:
Get many of the import problems fixed here. Not yet complete.
=== Zope3/src/zope/app/pagetemplate/tests/testpackage/content.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/pagetemplate/tests/testpackage/content.py:1.1.2.1 Mon Dec 23 14:31:57 2002
+++ Zope3/src/zope/app/pagetemplate/tests/testpackage/content.py Mon Dec 23 17:34:20 2002
@@ -2,18 +2,17 @@
#
# 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.
-#
+#
##############################################################################
-import os
-from Zope.App.PageTemplate import ViewPageTemplateFile
+from zope.app.pagetemplate.viewpagetemplatefile import ViewPageTemplateFile
class Content:
def getSomething(self):