From d195bc900beccb22c8de243416c40564ea28402f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 26 Sep 2014 18:25:32 -0400 Subject: Remove unused import --- setuptools/tests/test_msvc9compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/tests') diff --git a/setuptools/tests/test_msvc9compiler.py b/setuptools/tests/test_msvc9compiler.py index 33dca836..3a2ef970 100644 --- a/setuptools/tests/test_msvc9compiler.py +++ b/setuptools/tests/test_msvc9compiler.py @@ -20,7 +20,7 @@ import distutils.msvc9compiler from distutils.errors import DistutilsPlatformError # importing only setuptools should apply the patch -import setuptools +__import__('setuptools') class MockReg: """Mock for distutils.msvc9compiler.Reg. We patch it -- cgit v1.2.3