Code

Added templatebuilder module. two functions - one to pack up the html base,
[roundup.git] / roundup / templates / classic / dbinit.py
index 81489589ceb4df3f38817482a0c498522d09df85..7bc71cc066974dcc05360dc50a53b90d857af39a 100644 (file)
@@ -1,10 +1,11 @@
-# $Id: dbinit.py,v 1.2 2001-07-24 01:06:43 richard Exp $
+# $Id: dbinit.py,v 1.3 2001-07-24 10:46:22 anthonybaxter Exp $
 
 import os
 
 import instance_config
 from roundup import roundupdb, cgi_client, mailgw 
 import select_db
+
 from roundup.roundupdb import Class, FileClass
 
 class Database(roundupdb.Database, select_db.Database):
@@ -106,6 +107,9 @@ def init(adminpw):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.2  2001/07/24 01:06:43  richard
+# Oops - accidentally duped the keywords class
+#
 # Revision 1.1  2001/07/23 23:28:43  richard
 # Adding the classic template
 #