Deprecate the bsddb185 module for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-10 02:47:54 +00:00
parent 4c1f881f13
commit 768d44f54d
5 changed files with 16 additions and 3 deletions

View file

@ -4,9 +4,9 @@ The file 185test.db found in Lib/test/ is for testing purposes with this
testing suite.
"""
from test.test_support import run_unittest, findfile
from test.test_support import run_unittest, findfile, import_module
import unittest
import bsddb185
bsddb185 = import_module('bsddb185', deprecated=True)
import anydbm
import whichdb
import os