]> granicus.if.org Git - python/commitdiff
Change test_support to support. Fixes a failing test on Windows.
authorBrian Curtin <brian.curtin@gmail.com>
Fri, 2 Apr 2010 22:38:52 +0000 (22:38 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Fri, 2 Apr 2010 22:38:52 +0000 (22:38 +0000)
Lib/distutils/tests/test_build_ext.py

index aca2be2180b66d4a8a8adbb95bc0535ebdb8342b..e41a824fde9a144d3115c66abd8cf80f17e86a40 100644 (file)
@@ -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