Mercurial > p > roundup > code
diff roundup/templatebuilder.py @ 69:0eed07d99b98
oops. Html.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jul 2001 10:54:11 +0000 |
| parents | 5e71aaa87e5b |
| children | 0b250446cf8b |
line wrap: on
line diff
--- a/roundup/templatebuilder.py Tue Jul 24 10:46:22 2001 +0000 +++ b/roundup/templatebuilder.py Tue Jul 24 10:54:11 2001 +0000 @@ -33,6 +33,7 @@ raise "TemplateError", \ "couldn't find roundup.template.%s.htmlbase"%template htmlbase = tmod.htmlbase + installDir = os.path.join(installDir, 'html') print "installing from", htmlbase.__file__, "into", installDir modulecontents = dir(htmlbase)
