comparison roundup/templates/classic/__init__.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 18134bffab37
children
comparison
equal deleted inserted replaced
603:986354c4b1fb 604:13719594278b
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: __init__.py,v 1.5 2001-08-07 00:24:43 richard Exp $ 18 # $Id: __init__.py,v 1.5.2.1 2002-02-06 07:11:12 richard Exp $
19 19
20 import sys 20 import sys
21 from instance_config import *
22 try: 21 try:
23 from dbinit import * 22 from dbinit import *
24 except: 23 except:
25 pass # in install dir (probably :) 24 pass # in install dir (probably :)
26 from interfaces import * 25 from interfaces import *
27 26
28 # 27 #
29 # $Log: not supported by cvs2svn $ 28 # $Log: not supported by cvs2svn $
29 # Revision 1.5 2001/08/07 00:24:43 richard
30 # stupid typo
31 #
30 # Revision 1.4 2001/08/07 00:15:51 richard 32 # Revision 1.4 2001/08/07 00:15:51 richard
31 # Added the copyright/license notice to (nearly) all files at request of 33 # Added the copyright/license notice to (nearly) all files at request of
32 # Bizar Software. 34 # Bizar Software.
33 # 35 #
34 # Revision 1.3 2001/07/29 07:01:39 richard 36 # Revision 1.3 2001/07/29 07:01:39 richard

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