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

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