replace use of "require" with "to achieve topological order"

This commit is contained in:
Marcus Smith 2015-04-01 16:55:39 -07:00
parent c85f1d6ff1
commit 974cc3f521
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ class RequirementSet(object):
"""
# The current implementation, which we may change at any point
# installs the user specified things in the order given, except when
# dependencies require putting other things first.
# dependencies must come earlier to achieve topological order.
order = []
ordered_reqs = set()