[pypy-svn] pypy default: Remove this unused import. It can actually come in the way and

arigo commits-noreply at bitbucket.org
Wed Feb 9 18:03:32 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41744:0b4e504eedfc
Date: 2011-02-09 18:03 +0100
http://bitbucket.org/pypy/pypy/changeset/0b4e504eedfc/

Log:	Remove this unused import. It can actually come in the way and
	prevent some setup.py from running, if there is a local directory
	called "test/", for example.

diff --git a/lib-python/modified-2.7.0/distutils/command/install.py b/lib-python/modified-2.7.0/distutils/command/install.py
--- a/lib-python/modified-2.7.0/distutils/command/install.py
+++ b/lib-python/modified-2.7.0/distutils/command/install.py
@@ -20,7 +20,6 @@
 from distutils.errors import DistutilsOptionError
 from site import USER_BASE
 from site import USER_SITE
-from test.test_support import check_impl_detail
 
 
 if sys.version < "2.2":


More information about the Pypy-commit mailing list