Mercurial > p > roundup > code
diff roundup/cgi/TAL/TALGenerator.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 8dd4f736370b |
| children | 8c2402a78bb0 |
line wrap: on
line diff
--- a/roundup/cgi/TAL/TALGenerator.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/cgi/TAL/TALGenerator.py Wed Feb 11 23:55:10 2004 +0000 @@ -11,9 +11,9 @@ # FOR A PARTICULAR PURPOSE # ############################################################################## +"""Code generator for TALInterpreter intermediate code. """ -Code generator for TALInterpreter intermediate code. -""" +__docformat__ = 'restructuredtext' import string import re
