We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b840f9c commit 46c4829Copy full SHA for 46c4829
roundup/templatebuilder.py
@@ -40,7 +40,7 @@ def installHtmlBase(template, installDir):
40
except IOError, error:
41
if error.errno != errno.EEXIST: raise
42
43
- print "installing from", htmlbase.__file__, "into", installDir
+# print "installing from", htmlbase.__file__, "into", installDir
44
modulecontents = dir(htmlbase)
45
for mangledfile in modulecontents:
46
if mangledfile[0] == "_":
0 commit comments