comparison 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
comparison
equal deleted inserted replaced
405:f0b234ce301f 406:bdc2ea127ae9
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: templatebuilder.py,v 1.12 2001-11-14 21:35:21 richard Exp $ 18 # $Id: templatebuilder.py,v 1.13 2001-11-22 15:46:42 jhermann Exp $
19 import errno, re 19 import errno, re
20
21 __doc__ = """
22 Collect template parts and create instance template files.
23 """
20 24
21 preamble = """ 25 preamble = """
22 # Do Not Edit (Unless You Want To) 26 # Do Not Edit (Unless You Want To)
23 # This file automagically generated by roundup.htmldata.makeHtmlBase 27 # This file automagically generated by roundup.htmldata.makeHtmlBase
24 # 28 #
83 else: 87 else:
84 print "Usage: %s <template directory>"%sys.argv[0] 88 print "Usage: %s <template directory>"%sys.argv[0]
85 89
86 # 90 #
87 # $Log: not supported by cvs2svn $ 91 # $Log: not supported by cvs2svn $
92 # Revision 1.12 2001/11/14 21:35:21 richard
93 # . users may attach files to issues (and support in ext) through the web now
94 #
88 # Revision 1.11 2001/08/07 00:24:42 richard 95 # Revision 1.11 2001/08/07 00:24:42 richard
89 # stupid typo 96 # stupid typo
90 # 97 #
91 # Revision 1.10 2001/08/07 00:15:51 richard 98 # Revision 1.10 2001/08/07 00:15:51 richard
92 # Added the copyright/license notice to (nearly) all files at request of 99 # Added the copyright/license notice to (nearly) all files at request of

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