summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e454fc7)
raw | patch | inline | side by side (parent: e454fc7)
author | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Jul 2001 11:18:25 +0000 (11:18 +0000) | ||
committer | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Jul 2001 11:18:25 +0000 (11:18 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@75 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/init.py | patch | blob | history |
diff --git a/roundup/init.py b/roundup/init.py
index b1156fedb59a819590708f307a702ae841be0cc8..946d93c5b83f2257b79e5add85c7c6cddf290a4a 100644 (file)
--- a/roundup/init.py
+++ b/roundup/init.py
-# $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
names = os.listdir(src)
try:
os.mkdir(dst)
- print "making", dst
except OSError, error:
if error.errno != 17: raise
for name in names:
#
# $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.