Skip to content

Commit 46c4829

Browse files
author
Richard Jones
committed
commented out print
1 parent b840f9c commit 46c4829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/templatebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def installHtmlBase(template, installDir):
4040
except IOError, error:
4141
if error.errno != errno.EEXIST: raise
4242

43-
print "installing from", htmlbase.__file__, "into", installDir
43+
# print "installing from", htmlbase.__file__, "into", installDir
4444
modulecontents = dir(htmlbase)
4545
for mangledfile in modulecontents:
4646
if mangledfile[0] == "_":

0 commit comments

Comments
 (0)