]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: copy in the latest version of ez_setup.py, which works even if setuptools...
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Dec 2007 06:26:20 +0000 (23:26 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Dec 2007 06:26:20 +0000 (23:26 -0700)
commitf71b9312a5724e7a8ad8be5f7db657dc737e2f9f
treeec5038c2aabba460ab45ce4be8b784bee982618d
parent922234ec2901ce937bb0f3ab660e2a45460c2316
setup: copy in the latest version of ez_setup.py, which works even if setuptools is already imported, or can be imported, into the current Python interpreter, but can't be imported into a new Python interpreter in a subprocess
This actually happens in practice -- this fixes the Desert Island scenario.  Thanks to PJE.
ez_setup.py