Skip to content

Commit 76862a3

Browse files
author
Anthony Baxter
committed
oops. left a print in
1 parent 9ad8529 commit 76862a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

roundup/init.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: init.py,v 1.5 2001-07-24 10:54:11 anthonybaxter Exp $
1+
# $Id: init.py,v 1.6 2001-07-24 11:18:25 anthonybaxter Exp $
22

33
import os, shutil, sys
44

@@ -18,7 +18,6 @@ def copytree(src, dst, symlinks=0):
1818
names = os.listdir(src)
1919
try:
2020
os.mkdir(dst)
21-
print "making", dst
2221
except OSError, error:
2322
if error.errno != 17: raise
2423
for name in names:
@@ -58,6 +57,9 @@ def init(instance, template, backend, adminpw):
5857

5958
#
6059
# $Log: not supported by cvs2svn $
60+
# Revision 1.5 2001/07/24 10:54:11 anthonybaxter
61+
# oops. Html.
62+
#
6163
# Revision 1.4 2001/07/24 10:46:22 anthonybaxter
6264
# Added templatebuilder module. two functions - one to pack up the html base,
6365
# one to unpack it. Packed up the two standard templates into htmlbases.

0 commit comments

Comments
 (0)