Code

commented out print
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 28 Jul 2001 08:02:45 +0000 (08:02 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 28 Jul 2001 08:02:45 +0000 (08:02 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@120 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templatebuilder.py

index 4dedd14903fb661e6f64c5ac1516c32f25d6d7e5..1e305770147ab90d5778e1ad8da8d86ab893c306 100644 (file)
@@ -40,7 +40,7 @@ def installHtmlBase(template, installDir):
     except IOError, error:
         if error.errno != errno.EEXIST: raise
 
-    print "installing from", htmlbase.__file__, "into", installDir
+#    print "installing from", htmlbase.__file__, "into", installDir
     modulecontents = dir(htmlbase)
     for mangledfile in modulecontents:
         if mangledfile[0] == "_":