Mercurial > p > roundup > code
diff roundup/templatebuilder.py @ 406:bdc2ea127ae9
Added module docstrings to all modules.
| author | Jürgen Hermann <jhermann@users.sourceforge.net> |
|---|---|
| date | Thu, 22 Nov 2001 15:46:42 +0000 |
| parents | a74ea8489896 |
| children | b55fb6d88a0d c242455d9b46 |
line wrap: on
line diff
--- a/roundup/templatebuilder.py Thu Nov 22 15:09:40 2001 +0000 +++ b/roundup/templatebuilder.py Thu Nov 22 15:46:42 2001 +0000 @@ -15,9 +15,13 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: templatebuilder.py,v 1.12 2001-11-14 21:35:21 richard Exp $ +# $Id: templatebuilder.py,v 1.13 2001-11-22 15:46:42 jhermann Exp $ import errno, re +__doc__ = """ +Collect template parts and create instance template files. +""" + preamble = """ # Do Not Edit (Unless You Want To) # This file automagically generated by roundup.htmldata.makeHtmlBase @@ -85,6 +89,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.12 2001/11/14 21:35:21 richard +# . users may attach files to issues (and support in ext) through the web now +# # Revision 1.11 2001/08/07 00:24:42 richard # stupid typo #
