comparison roundup/backends/back_bsddb3.py @ 1244:8dd4f736370b

merge from maintenance branch
author Richard Jones <richard@users.sourceforge.net>
date Thu, 03 Oct 2002 06:56:30 +0000
parents c7119e74fcf8
children 8a908bbad1ef
comparison
equal deleted inserted replaced
1243:3a028d2f7830 1244:8dd4f736370b
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 #$Id: back_bsddb3.py,v 1.17 2002-09-13 08:20:12 richard Exp $ 18 #$Id: back_bsddb3.py,v 1.18 2002-10-03 06:56:29 richard Exp $
19 '''
20 This module defines a backend that saves the hyperdatabase in BSDDB3.
21 '''
19 22
20 import bsddb3, os, marshal 23 import bsddb3, os, marshal
21 from roundup import hyperdb, date 24 from roundup import hyperdb, date
22 25
23 # these classes are so similar, we just use the anydbm methods 26 # these classes are so similar, we just use the anydbm methods

Roundup Issue Tracker: http://roundup-tracker.org/