diff roundup/templatebuilder.py @ 102:0b250446cf8b

Fixed some problems with installation.
author Richard Jones <richard@users.sourceforge.net>
date Sat, 28 Jul 2001 00:31:10 +0000
parents 0eed07d99b98
children 2ab86442799a
line wrap: on
line diff
--- a/roundup/templatebuilder.py	Fri Jul 27 07:33:04 2001 +0000
+++ b/roundup/templatebuilder.py	Sat Jul 28 00:31:10 2001 +0000
@@ -34,6 +34,7 @@
 		"couldn't find roundup.template.%s.htmlbase"%template
     htmlbase = tmod.htmlbase
     installDir = os.path.join(installDir, 'html')
+    os.makedirs(installDir)
 
     print "installing from", htmlbase.__file__, "into", installDir
     modulecontents = dir(htmlbase)

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