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

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents 8dc60d87ab42
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 """Interpreter for a pre-compiled TAL program.
14 """ 15 """
15 Interpreter for a pre-compiled TAL program. 16 __docformat__ = 'restructuredtext'
16 """
17 17
18 import sys 18 import sys
19 import getopt 19 import getopt
20 20
21 from cgi import escape 21 from cgi import escape

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