From: Benjamin Peterson Date: Fri, 23 May 2008 21:12:54 +0000 (+0000) Subject: fix skipped test due to import problem X-Git-Tag: v3.0b1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d877ca877b1f07c13524bbaf93831db36d9517d8;p=python fix skipped test due to import problem --- diff --git a/Lib/bsddb/test/test_1413192.py b/Lib/bsddb/test/test_1413192.py index 3a663e6e03..1c3c7b7b6e 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: