Mercurial > p > roundup > code
diff roundup/init.py @ 70:d95a03480fd1
oops. left a print in
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jul 2001 11:18:25 +0000 |
| parents | 0eed07d99b98 |
| children | 2ab86442799a |
line wrap: on
line diff
--- a/roundup/init.py Tue Jul 24 10:54:11 2001 +0000 +++ b/roundup/init.py Tue Jul 24 11:18:25 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: init.py,v 1.5 2001-07-24 10:54:11 anthonybaxter Exp $ +# $Id: init.py,v 1.6 2001-07-24 11:18:25 anthonybaxter Exp $ import os, shutil, sys @@ -18,7 +18,6 @@ names = os.listdir(src) try: os.mkdir(dst) - print "making", dst except OSError, error: if error.errno != 17: raise for name in names: @@ -58,6 +57,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.5 2001/07/24 10:54:11 anthonybaxter +# oops. Html. +# # Revision 1.4 2001/07/24 10:46:22 anthonybaxter # Added templatebuilder module. two functions - one to pack up the html base, # one to unpack it. Packed up the two standard templates into htmlbases.
