comparison roundup/cgi/PageTemplates/__init__.py @ 2349:b43efe461b3e

update PageTemplates to latest Zope codebase
author Richard Jones <richard@users.sourceforge.net>
date Fri, 21 May 2004 05:56:46 +0000
parents fc52d57c6c3e
children 6e3e4f24c753
comparison
equal deleted inserted replaced
2348:8c2402a78bb0 2349:b43efe461b3e
1 ############################################################################## 1 ##############################################################################
2 # 2 #
3 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved. 3 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
4 # 4 #
5 # This software is subject to the provisions of the Zope Public License, 5 # This software is subject to the provisions of the Zope Public License,
6 # Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. 6 # Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED 7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS 9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
10 # FOR A PARTICULAR PURPOSE 10 # FOR A PARTICULAR PURPOSE
11 # 11 #
12 ############################################################################## 12 ##############################################################################
13 __doc__='''Package wrapper for Page Templates 13 __doc__='''Package wrapper for Page Templates
14 14
15 This wrapper allows the Page Template modules to be segregated in a 15 This wrapper allows the Page Template modules to be segregated in a
16 separate package. 16 separate package.
17 17
18 $Id: __init__.py,v 1.2 2004-02-11 23:55:09 richard Exp $''' 18 $Id: __init__.py,v 1.3 2004-05-21 05:56:46 richard Exp $'''
19 __docformat__ = 'restructuredtext'
20 __version__='$$'[11:-2] 19 __version__='$$'[11:-2]
21 20
22 21
23 # Placeholder for Zope Product data 22 # Placeholder for Zope Product data
24 misc_ = {} 23 misc_ = {}

Roundup Issue Tracker: http://roundup-tracker.org/