diff roundup/templates/classic/interfaces.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/interfaces.py	Wed Feb 06 04:29:17 2002 +0000
+++ b/roundup/templates/classic/interfaces.py	Wed Feb 06 07:11:13 2002 +0000
@@ -15,9 +15,8 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: interfaces.py,v 1.11.2.1 2002-02-06 04:05:54 richard Exp $
+# $Id: interfaces.py,v 1.11.2.2 2002-02-06 07:11:13 richard Exp $
 
-import instance_config
 from roundup import cgi_client, mailgw 
 
 class Client(cgi_client.Client): 
@@ -34,6 +33,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.11.2.1  2002/02/06 04:05:54  richard
+# Brought the config branch up to date with HEAD
+#
 # Revision 1.12  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/