comparison 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
comparison
equal deleted inserted replaced
113:2ab86442799a 114:caca379e12d3
38 try: 38 try:
39 os.makedirs(installDir) 39 os.makedirs(installDir)
40 except IOError, error: 40 except IOError, error:
41 if error.errno != errno.EEXIST: raise 41 if error.errno != errno.EEXIST: raise
42 42
43 print "installing from", htmlbase.__file__, "into", installDir 43 # print "installing from", htmlbase.__file__, "into", installDir
44 modulecontents = dir(htmlbase) 44 modulecontents = dir(htmlbase)
45 for mangledfile in modulecontents: 45 for mangledfile in modulecontents:
46 if mangledfile[0] == "_": 46 if mangledfile[0] == "_":
47 continue 47 continue
48 filename = re.sub('DOT', '.', mangledfile) 48 filename = re.sub('DOT', '.', mangledfile)

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