From 48953cd33572c4ed73c96bebd468153513843659 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Fri, 2 Apr 2010 22:38:52 +0000 Subject: Change test_support to support. Fixes a failing test on Windows. --- Lib/distutils/tests/test_build_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py index aca2be2..e41a824 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 -- cgit v0.12