From: anthonybaxter Date: Tue, 24 Jul 2001 11:18:25 +0000 (+0000) Subject: oops. left a print in X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ca5e21bc30ab7344f65cd5111d2127f60bd7d1ed;p=roundup.git oops. left a print in git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@75 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/init.py b/roundup/init.py index b1156fe..946d93c 100644 --- a/roundup/init.py +++ b/roundup/init.py @@ -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 @@ def copytree(src, dst, symlinks=0): 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 @@ from roundup.backends.back_%s import Database'''%backend # # $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.