diff options
author | Philip Thiem <ptthiem@gmail.com> | 2013-07-20 19:53:07 -0500 |
---|---|---|
committer | Philip Thiem <ptthiem@gmail.com> | 2013-07-20 19:53:07 -0500 |
commit | 8c645eb0c310e8ff4efe73849279ea391d25bced (patch) | |
tree | 908347364252997ac77a35e7a8daf460af5552ed /setuptools/command/egg_info.py | |
parent | 469a541cb5fca1a161fdc888679c1868870c5c8e (diff) | |
download | external_python_setuptools-8c645eb0c310e8ff4efe73849279ea391d25bced.tar.gz external_python_setuptools-8c645eb0c310e8ff4efe73849279ea391d25bced.tar.bz2 external_python_setuptools-8c645eb0c310e8ff4efe73849279ea391d25bced.zip |
Removed extra stuff in egg_info
--HG--
extra : rebase_source : 4b3cf921154e759744963b34aaf42018477deb29
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-x | setuptools/command/egg_info.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 31700648..a0ba5305 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -16,8 +16,6 @@ from pkg_resources import parse_requirements, safe_name, parse_version, \ safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename from setuptools.command.sdist import walk_revctrl -#requires python >= 2.4 -from subprocess import Popen as _Popen, PIPE as _PIPE class egg_info(Command): description = "create a distribution's .egg-info directory" |