summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b463eb4)
raw | patch | inline | side by side (parent: b463eb4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 08:02:45 +0000 (08:02 +0000) | ||
committer | richard <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 | patch | blob | history |
index 4dedd14903fb661e6f64c5ac1516c32f25d6d7e5..1e305770147ab90d5778e1ad8da8d86ab893c306 100644 (file)
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] == "_":