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)
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.


No differences found