[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/testselectingpython.py adjusted testselectingpython.py the same way as easyinstall.txt earlier: there's no call to _get_dist() for setuptools anymore as we already have it

Reinout van Rees reinout at vanrees.org
Fri Nov 27 08:20:19 EST 2009


Log message for revision 106062:
  adjusted testselectingpython.py the same way as easyinstall.txt earlier: there's no call to _get_dist() for setuptools anymore as we already have it
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/testselectingpython.py

-=-
Modified: zc.buildout/trunk/src/zc/buildout/testselectingpython.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/testselectingpython.py	2009-11-27 10:57:23 UTC (rev 106061)
+++ zc.buildout/trunk/src/zc/buildout/testselectingpython.py	2009-11-27 13:20:19 UTC (rev 106062)
@@ -36,7 +36,6 @@
     >>> ls(dest)
     d  demo-0.3-py%(other_version)s.egg
     d  demoneeded-1.1-py%(other_version)s.egg
-    d  setuptools-0.6-py%(other_version)s.egg
 
 """ % dict(other_version=other_version)
     )



More information about the checkins mailing list