diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-19 12:07:26 +0100 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-19 12:07:26 +0100 |
| commit | 7161829fd5e4515903ce56b711e551bc75c35ba7 (patch) | |
| tree | bd8bde8075c86758ada623275d82fe8f1fcc4ee2 /setuptools/command | |
| parent | 49b893267e951f9e53d9e7611286c95319beaf20 (diff) | |
| download | external_python_setuptools-7161829fd5e4515903ce56b711e551bc75c35ba7.tar.gz external_python_setuptools-7161829fd5e4515903ce56b711e551bc75c35ba7.tar.bz2 external_python_setuptools-7161829fd5e4515903ce56b711e551bc75c35ba7.zip | |
More post-merge fixes.
--HG--
branch : single-codebase
Diffstat (limited to 'setuptools/command')
| -rwxr-xr-x | setuptools/command/install_egg_info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/install_egg_info.py b/setuptools/command/install_egg_info.py index 87ddff9c..f44b34b5 100755 --- a/setuptools/command/install_egg_info.py +++ b/setuptools/command/install_egg_info.py @@ -1,6 +1,5 @@ from setuptools import Command from setuptools.archive_util import unpack_archive -from setuptools.compat import PY3 from distutils import log, dir_util import os, shutil, pkg_resources |
