1- # $Id: dbinit.py,v 1.4 2001-07-23 08:45:28 richard Exp $
1+ # $Id: dbinit.py,v 1.5 2001-07-23 23:20:35 richard Exp $
22
33import os
44
55import instance_config
6- from roundup import roundupdb , cgi_client , mailgw
6+ from roundup import roundupdb
77import select_db
88from roundup .roundupdb import Class , FileClass
99
@@ -22,21 +22,6 @@ class IssueClass(roundupdb.IssueClass):
2222 MAILHOST = instance_config .MAILHOST
2323
2424
25- class Client (cgi_client .Client ):
26- ''' derives basic mail gateway implementation from the standard module,
27- with any specific extensions
28- '''
29- TEMPLATES = instance_config .TEMPLATES
30- pass
31-
32- class MailGW (mailgw .MailGW ):
33- ''' derives basic mail gateway implementation from the standard module,
34- with any specific extensions
35- '''
36- ISSUE_TRACKER_EMAIL = instance_config .ISSUE_TRACKER_EMAIL
37- ADMIN_EMAIL = instance_config .ADMIN_EMAIL
38- MAILHOST = instance_config .MAILHOST
39-
4025def open (name = None ):
4126 ''' as from the roundupdb method openDB
4227
@@ -171,6 +156,11 @@ def init(adminpw):
171156
172157#
173158# $Log: not supported by cvs2svn $
159+ # Revision 1.4 2001/07/23 08:45:28 richard
160+ # ok, so now "./roundup-admin init" will ask questions in an attempt to get a
161+ # workable instance_home set up :)
162+ # _and_ anydbm has had its first test :)
163+ #
174164# Revision 1.3 2001/07/23 07:14:41 richard
175165# Moved the database backends off into backends.
176166#
0 commit comments