Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/cgi/TAL/TALInterpreter.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/cgi/TAL/TALInterpreter.py Wed Feb 11 23:55:10 2004 +0000 @@ -11,9 +11,9 @@ # FOR A PARTICULAR PURPOSE # ############################################################################## +"""Interpreter for a pre-compiled TAL program. """ -Interpreter for a pre-compiled TAL program. -""" +__docformat__ = 'restructuredtext' import sys import getopt
