[Zodb-checkins] CVS: ZODB4/ZODB/tests - testStorageConfig.py:1.4

Guido van Rossum guido@python.org
Wed, 04 Dec 2002 16:43:33 -0500


> +            import warnings
> +            warnings.warn('No BDBStorage available', RuntimeWarning)

Can you take this out again?  It gets triggered by default.  Why?
(Maybe BDB isn't compiled yet???)

--Guido van Rossum (home page: http://www.python.org/~guido/)