1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: interfaces.py,v 1.12 2002-01-14 02:20:15 richard Exp $
18+ # $Id: interfaces.py,v 1.13 2002-08-16 04:26:00 richard Exp $
1919
2020import instance_config
21- from roundup import cgi_client , mailgw
21+ from roundup import mailgw
22+ from roundup import cgi_client
2223
2324class Client (cgi_client .Client ):
2425 ''' derives basic CGI implementation from the standard module,
@@ -34,6 +35,15 @@ class MailGW(mailgw.MailGW):
3435
3536#
3637# $Log: not supported by cvs2svn $
38+ # Revision 1.12 2002/01/14 02:20:15 richard
39+ # . changed all config accesses so they access either the instance or the
40+ # config attriubute on the db. This means that all config is obtained from
41+ # instance_config instead of the mish-mash of classes. This will make
42+ # switching to a ConfigParser setup easier too, I hope.
43+ #
44+ # At a minimum, this makes migration a _little_ easier (a lot easier in the
45+ # 0.5.0 switch, I hope!)
46+ #
3747# Revision 1.11 2002/01/02 02:32:38 richard
3848# ANONYMOUS_ACCESS -> ANONYMOUS_REGISTER
3949#
0 commit comments