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

merge from maintenance branch
author Richard Jones <richard@users.sourceforge.net>
date Thu, 03 Oct 2002 06:56:30 +0000
parents 268a443067fb
children 6c24a86a12ae
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: __init__.py,v 1.18 2002-09-23 12:02:53 richard Exp $ 18 # $Id: __init__.py,v 1.19 2002-10-03 06:56:29 richard Exp $
19
20 ''' Container for the hyperdb storage backend implementations.
21
22 The __all__ variable is constructed containing only the backends which are
23 available.
24 '''
19 25
20 __all__ = [] 26 __all__ = []
21 27
22 try: 28 try:
23 import sys, anydbm 29 import sys, anydbm

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