diff roundup/templates/classic/dbinit.py @ 604:13719594278b config-0-4-0-branch

I've re-worked the config structure a little so it's simpler (one less file) and added a unit test so we can be sure it's working.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 06 Feb 2002 07:11:13 +0000
parents c242455d9b46
children
line wrap: on
line diff
--- a/roundup/templates/classic/dbinit.py	Wed Feb 06 04:29:17 2002 +0000
+++ b/roundup/templates/classic/dbinit.py	Wed Feb 06 07:11:13 2002 +0000
@@ -15,11 +15,10 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: dbinit.py,v 1.13.2.2 2002-02-06 04:05:54 richard Exp $
+# $Id: dbinit.py,v 1.13.2.3 2002-02-06 07:11:12 richard Exp $
 
 import os
 
-import instance_config
 from roundup import roundupdb
 import select_db
 
@@ -122,6 +121,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.13.2.2  2002/02/06 04:05:54  richard
+# Brought the config branch up to date with HEAD
+#
 # Revision 1.14  2002/01/14 02:20:15  richard
 #  . changed all config accesses so they access either the instance or the
 #    config attriubute on the db. This means that all config is obtained from

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