[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate - __init__.py:1.1.2.2

Jim Fulton jim@zope.com
Tue, 24 Dec 2002 07:51:41 -0500


Update of /cvs-repository/Zope3/src/zope/app/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv1158/src/zope/app/pagetemplate

Modified Files:
      Tag: NameGeddon-branch
	__init__.py 
Log Message:
Searched for and changed over 1200 references to Zope.something.

Most of these were either comments, doc strings, or permission ids.

Many were imports or ids in zcml.  (much zcml fixup is still needed.



=== Zope3/src/zope/app/pagetemplate/__init__.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/pagetemplate/__init__.py:1.1.2.1	Mon Dec 23 14:31:56 2002
+++ Zope3/src/zope/app/pagetemplate/__init__.py	Tue Dec 24 07:51:10 2002
@@ -1,2 +1,16 @@
+##############################################################################
 #
-# This file is necessary to make this directory a package.
+# 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 simpleviewclass import SimpleViewClass