Mercurial > p > roundup > code
diff roundup/templatebuilder.py @ 390:a74ea8489896
users may attach files to issues (and support in ext) through the web now
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 14 Nov 2001 21:35:22 +0000 |
| parents | 18134bffab37 |
| children | bdc2ea127ae9 |
line wrap: on
line diff
--- a/roundup/templatebuilder.py Tue Nov 13 21:44:44 2001 +0000 +++ b/roundup/templatebuilder.py Wed Nov 14 21:35:22 2001 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: templatebuilder.py,v 1.11 2001-08-07 00:24:42 richard Exp $ +# $Id: templatebuilder.py,v 1.12 2001-11-14 21:35:21 richard Exp $ import errno, re preamble = """ @@ -81,10 +81,13 @@ elif len(sys.argv) == 3: installHtmlBase(sys.argv[1], sys.argv[2]) else: - raise "what you talkin about willis?" + print "Usage: %s <template directory>"%sys.argv[0] # # $Log: not supported by cvs2svn $ +# Revision 1.11 2001/08/07 00:24:42 richard +# stupid typo +# # Revision 1.10 2001/08/07 00:15:51 richard # Added the copyright/license notice to (nearly) all files at request of # Bizar Software.
