swc-installation-test-2.py: Add EasyInstallDependency class
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 02:04:52 +0000 (21:04 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:47 +0000 (09:49 -0500)
commit9f5ac6f5d50076ff395a073b863cd93e2fc5af89
treec6d1d314156775e753d4bc71c919e1496d9c0615
parent7484f5ea8271aa9c603e8ca6400aa3a5a4aee87a
swc-installation-test-2.py: Add EasyInstallDependency class

Distribute's easy_install supports --version (at least since 0.6.21),
but Setuptool's original version does not (at least as of 0.6c9).
Assume that if we get some kind of reasonable output from
`easy_install --version` we're dealing with the Setuptools version.
swc-installation-test-2.py