Commit b22facd4 authored by reinout's avatar reinout

adjusted testselectingpython.py the same way as easyinstall.txt earlier:...

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


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@106062 62d5b8a3-27da-0310-9561-8e5933582275
parent 55648024
......@@ -36,7 +36,6 @@ We can specify a specific Python executable.
>>> 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)
)
......
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