comparison roundup/cgi/TAL/HTMLTALParser.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 """Parse HTML and compile to TALInterpreter intermediate code.
14 """ 15 """
15 Parse HTML and compile to TALInterpreter intermediate code. 16 __docformat__ = 'restructuredtext'
16 """
17 17
18 import sys 18 import sys
19 import string 19 import string
20 20
21 from TALGenerator import TALGenerator 21 from TALGenerator import TALGenerator

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