comparison roundup/cgi/TAL/TALDefs.py @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents b9988e118055
children 8c2402a78bb0
comparison
equal deleted inserted replaced
2004:1782fe36e7b8 2005:fc52d57c6c3e
9 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 9 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
10 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS 10 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
11 # FOR A PARTICULAR PURPOSE 11 # FOR A PARTICULAR PURPOSE
12 # 12 #
13 ############################################################################## 13 ##############################################################################
14 """Common definitions used by TAL and METAL compilation an transformation.
14 """ 15 """
15 Common definitions used by TAL and METAL compilation an transformation. 16 __docformat__ = 'restructuredtext'
16 """
17 17
18 from types import ListType, TupleType 18 from types import ListType, TupleType
19 19
20 TAL_VERSION = "1.3.2" 20 TAL_VERSION = "1.3.2"
21 21

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