commit | d877ca877b1f07c13524bbaf93831db36d9517d8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri May 23 21:12:54 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri May 23 21:12:54 2008 +0000 |
tree | b4f9424e909743aaee68ecb042999b28d34b1851 | |
parent | 3eaaeb437f7283ef60ead8464d8da6bfac4f93aa [diff] |
fix skipped test due to import problem
diff --git a/Lib/bsddb/test/test_1413192.py b/Lib/bsddb/test/test_1413192.py index 3a663e6..1c3c7b7 100644 --- a/Lib/bsddb/test/test_1413192.py +++ b/Lib/bsddb/test/test_1413192.py
@@ -5,7 +5,7 @@ import shutil import tempfile -from test.test_support import catch_warning +from test.support import catch_warning import warnings try: