From 8c645eb0c310e8ff4efe73849279ea391d25bced Mon Sep 17 00:00:00 2001 From: Philip Thiem Date: Sat, 20 Jul 2013 19:53:07 -0500 Subject: Removed extra stuff in egg_info --HG-- extra : rebase_source : 4b3cf921154e759744963b34aaf42018477deb29 --- setuptools/command/egg_info.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setuptools/command/egg_info.py') 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" -- cgit v1.2.1