summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2004-08-12 20:03:58 +0000
committerStephan Richter <stephan.richter@gmail.com>2004-08-12 20:03:58 +0000
commitaa43358f9d73623f8be9caeaf718a769b8bf81d0 (patch)
treece7410877ca38b9410c21fdf90d3b9eba23164d4 /__init__.py
parent81d94a1ab00afd264cf4ac32e82f49b86005cbad (diff)
downloadzope-pagetemplate-monolithic-zope3-ZopeX3-3.0.tar.gz
r26567 | srichter | 2004-07-16 02:58:27 -0400 (Fri, 16 Jul 2004) | 2 lines r26570 | srichter | 2004-07-16 03:54:40 -0400 (Fri, 16 Jul 2004) | 3 lines
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..0824ece
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,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.1 (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.
+#
+##############################################################################
+"""Page Templates
+
+$Id$
+"""