Code

Added templatebuilder module. two functions - one to pack up the html base,
[roundup.git] / roundup / templates / classic / __init__.py
1 # $Id: __init__.py,v 1.2 2001-07-24 10:46:22 anthonybaxter Exp $
3 import sys
4 from instance_config import *
5 try:
6     from dbinit import *
7 except:
8     pass # in install dir (probably :)
9 from interfaces import *
11
12 # $Log: not supported by cvs2svn $
13 # Revision 1.1  2001/07/23 23:28:43  richard
14 # Adding the classic template
15 #
16 # Revision 1.3  2001/07/23 23:16:01  richard
17 # Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff.
18 #
19 # Revision 1.2  2001/07/23 04:33:21  anthonybaxter
20 # split __init__.py into 2. dbinit and instance_config.
21 #
22 #