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 | 096fa22872dc73060b3b8a7134c26cf03e646b57 (patch) | |
| tree | e0aa72e8ac7e56c7f2e946bfdfde273c9a23eee9 /setuptools/command | |
| parent | a9c6604aa3100a37d938953b104bdef0ee42b21f (diff) | |
| download | python-setuptools-bitbucket-096fa22872dc73060b3b8a7134c26cf03e646b57.tar.gz | |
More post-merge fixes.
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 |
