diff roundup/templatebuilder.py @ 114:caca379e12d3

commented out print
author Richard Jones <richard@users.sourceforge.net>
date Sat, 28 Jul 2001 08:02:45 +0000
parents 2ab86442799a
children 0791d13baea7
line wrap: on
line diff
--- a/roundup/templatebuilder.py	Sat Jul 28 07:59:53 2001 +0000
+++ b/roundup/templatebuilder.py	Sat Jul 28 08:02:45 2001 +0000
@@ -40,7 +40,7 @@
     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] == "_": 

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