Commit cb8769d7 authored by Benoit Pierre's avatar Benoit Pierre

minor cleanup

parent 734d09c5
...@@ -1180,8 +1180,7 @@ class easy_install(Command): ...@@ -1180,8 +1180,7 @@ class easy_install(Command):
# to the setup.cfg file. # to the setup.cfg file.
ei_opts = self.distribution.get_option_dict('easy_install').copy() ei_opts = self.distribution.get_option_dict('easy_install').copy()
fetch_directives = ( fetch_directives = (
'find_links', 'site_dirs', 'index_url', 'optimize', 'find_links', 'site_dirs', 'index_url', 'optimize', 'allow_hosts',
'site_dirs', 'allow_hosts',
) )
fetch_options = {} fetch_options = {}
for key, val in ei_opts.items(): for key, val in ei_opts.items():
......
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