summaryrefslogtreecommitdiffstats
path: root/test/SConsignFile/use-dumbdbm.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SConsignFile/use-dumbdbm.py')
-rw-r--r--test/SConsignFile/use-dumbdbm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConsignFile/use-dumbdbm.py b/test/SConsignFile/use-dumbdbm.py
index 9d48fe5..84f1dd4 100644
--- a/test/SConsignFile/use-dumbdbm.py
+++ b/test/SConsignFile/use-dumbdbm.py
@@ -35,7 +35,7 @@ _python_ = TestSCons._python_
test = TestSCons.TestSCons()
try:
- import dumbdbm
+ import dbm.dumb
except ImportError:
test.skip_test('No dumbdbm in this version of Python; skipping test.\n')