Commit 4febe30d authored by Jason R. Coombs's avatar Jason R. Coombs

Backed out distribute-specific references in package_index module

--HG--
branch : Setuptools-Distribute merge
extra : source : 619f12674c8d42831a59dc805b7b9cbf375a831d
parent d59170df
......@@ -154,8 +154,8 @@ def find_external_links(url, page):
if match:
yield urlparse.urljoin(url, htmldecode(match.group(1)))
user_agent = "Python-urllib/%s distribute/%s" % (
sys.version[:3], require('distribute')[0].version
user_agent = "Python-urllib/%s setuptools/%s" % (
sys.version[:3], require('setuptools')[0].version
)
......
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