Skip to content

Commit e155e6d

Browse files
author
Richard Jones
committed
relfected the move to roundup/backends
1 parent d1e08af commit e155e6d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

roundup/templates/extended/dbinit.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# $Id: dbinit.py,v 1.1 2001-07-23 04:33:21 anthonybaxter Exp $
1+
# $Id: dbinit.py,v 1.2 2001-07-23 06:25:50 richard Exp $
22

33
import instance_config
4-
from roundup import hyperdb, hyper_bsddb, roundupdb, cgi_client, mailgw
4+
from roundup import hyperdb, backends.bsddb, roundupdb, cgi_client, mailgw
55

66
from roundup.roundupdb import Class, FileClass
77
import os
88

99

10-
class Database(roundupdb.Database, hyper_bsddb.Database):
10+
class Database(roundupdb.Database, backends.bsddb.Database):
1111
''' Creates a hybrid database from:
1212
. the base Database class given in hyperdb (basic functionlity)
1313
. the BSDDB implementation in hyperdb_bsddb
@@ -172,6 +172,9 @@ def init(adminpw):
172172

173173
#
174174
# $Log: not supported by cvs2svn $
175+
# Revision 1.1 2001/07/23 04:33:21 anthonybaxter
176+
# split __init__.py into 2. dbinit and instance_config.
177+
#
175178
# Revision 1.1 2001/07/23 03:50:46 anthonybaxter
176179
# moved templates to proper location
177180
#

0 commit comments

Comments
 (0)