Fix _link_package_versions docstring

This commit is contained in:
Xavier Fernandez 2015-03-08 15:16:41 +01:00
parent 5a32a4d34a
commit 04e5d9fead
1 changed files with 1 additions and 7 deletions

View File

@ -642,13 +642,7 @@ class PackageFinder(object):
return extensions
def _link_package_versions(self, link, search_name):
"""
Return an iterable of triples (pkg_resources_version_key,
link, python_version) that can be extracted from the given
link.
Meant to be overridden by subclasses, not called by clients.
"""
"""Return an InstallationCandidate or None"""
platform = get_platform()
version = None