From: Brian Curtin Date: Fri, 2 Apr 2010 22:38:52 +0000 (+0000) Subject: Change test_support to support. Fixes a failing test on Windows. X-Git-Tag: v3.2a1~1267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48953cd33572c4ed73c96bebd468153513843659;p=python Change test_support to support. Fixes a failing test on Windows. --- diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py index aca2be2180..e41a824fde 100644 --- a/Lib/distutils/tests/test_build_ext.py +++ b/Lib/distutils/tests/test_build_ext.py @@ -52,7 +52,7 @@ class BuildExtTestCase(TempdirManager, LoggingSilencer, unittest.TestCase): def tearDown(self): # Get everything back to normal if os.path.exists(_XX_MODULE_PATH): - test_support.unload('xx') + support.unload('xx') sys.path[:] = self.sys_path # XXX on Windows the test leaves a directory # with xx module in TEMP