Commit c2ee921c authored by Jason R. Coombs's avatar Jason R. Coombs

Backout changes to dist.py from 488cc8a13f66

--HG--
branch : distribute
extra : rebase_source : 2aeb4f273f05dd10b26a530c40dabfcb57861d37
parent d388348d
......@@ -269,9 +269,8 @@ class Distribution(_Distribution):
cmd.package_index.to_scan = []
except AttributeError:
from setuptools.command.easy_install import easy_install
dist = self.__class__()
dist = self.__class__({'script_args':['easy_install']})
dist.parse_config_files()
dist.parse_command_line()
opts = dist.get_option_dict('easy_install')
keep = (
'find_links', 'site_dirs', 'index_url', 'optimize',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment