]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: we also need to include .egg's in the CWD in our search path, because if we...
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Dec 2007 18:04:24 +0000 (11:04 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 22 Dec 2007 18:04:24 +0000 (11:04 -0700)
commit7fdcbddbbc1c8279098882fec51be8596aff0aba
tree5cb73d8eadc64d7c0a6c8300eae620adc82739d4
parent27a0d59308d79046ae7eca26a351c7f570b3f125
setup: we also need to include .egg's in the CWD in our search path, because if we install a 3rd party library into support/, and *it* installs a library that *it* requires, that one will appear in CWD
It would be nice to figure out a way to force them to all appear in support/ where they belong.
misc/find-dep-eggs.py