comparison roundup/cgi/PageTemplates/__init__.py @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents b9988e118055
children b43efe461b3e
comparison
equal deleted inserted replaced
2004:1782fe36e7b8 2005:fc52d57c6c3e
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.1 2002-09-05 00:37:09 richard Exp $''' 18 $Id: __init__.py,v 1.2 2004-02-11 23:55:09 richard Exp $'''
19 __docformat__ = 'restructuredtext'
19 __version__='$$'[11:-2] 20 __version__='$$'[11:-2]
20 21
21 22
22 # Placeholder for Zope Product data 23 # Placeholder for Zope Product data
23 misc_ = {} 24 misc_ = {}

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