commit | 768d44f54d6c1ee7f9958680156a05b4d44e6e17 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat May 10 02:47:54 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat May 10 02:47:54 2008 +0000 |
tree | 2d9784363da6b395142855bac1d17d68f7a8865e | |
parent | 4c1f881f1366ca2fcb55071f3a1b779867fe07d4 [diff] [blame] |
Deprecate the bsddb185 module for removal in 3.0.
diff --git a/Lib/test/test_bsddb185.py b/Lib/test/test_bsddb185.py index 51e1a7e..98102c1 100644 --- a/Lib/test/test_bsddb185.py +++ b/Lib/test/test_bsddb185.py
@@ -4,9 +4,9 @@ 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