[Checkins] SVN: zc.buildout/branches/gary-4-include-site-packages/src/zc/buildout/easy_install.py clarify comment

Gary Poster gary.poster at canonical.com
Fri Sep 25 17:30:48 EDT 2009


Log message for revision 104552:
  clarify comment

Changed:
  U   zc.buildout/branches/gary-4-include-site-packages/src/zc/buildout/easy_install.py

-=-
Modified: zc.buildout/branches/gary-4-include-site-packages/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/branches/gary-4-include-site-packages/src/zc/buildout/easy_install.py	2009-09-25 21:15:09 UTC (rev 104551)
+++ zc.buildout/branches/gary-4-include-site-packages/src/zc/buildout/easy_install.py	2009-09-25 21:30:48 UTC (rev 104552)
@@ -753,7 +753,7 @@
         requirements.reverse() # Set up the stack.
         processed = {}  # This is a set of processed requirements.
         best = {}  # This is a mapping of key -> dist.
-        # Note that we don't use the environment, because we want
+        # Note that we don't use the existing environment, because we want
         # to look for new eggs unless what we have is the best that
         # matches the requirement.
         env = pkg_resources.Environment(ws.entries)



More information about the checkins mailing list