From: richard Date: Sat, 28 Jul 2001 08:02:45 +0000 (+0000) Subject: commented out print X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b9791f731c0e6788e1503fc9ba0974acec2c186;p=roundup.git commented out print git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@120 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/templatebuilder.py b/roundup/templatebuilder.py index 4dedd14..1e30577 100644 --- a/roundup/templatebuilder.py +++ b/roundup/templatebuilder.py @@ -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] == "_":