Code

Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff.
[roundup.git] / roundup / templates / extended / __init__.py
1 # $Id: __init__.py,v 1.3 2001-07-23 23:16:01 richard Exp $
3 from instance_config import *
4 from dbinit import *
5 from interfaces import *
7
8 # $Log: not supported by cvs2svn $
9 # Revision 1.2  2001/07/23 04:33:21  anthonybaxter
10 # split __init__.py into 2. dbinit and instance_config.
11 #
12 #