From d877ca877b1f07c13524bbaf93831db36d9517d8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 23 May 2008 21:12:54 +0000 Subject: fix skipped test due to import problem --- Lib/bsddb/test/test_1413192.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12