]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commit
setup: prepend os.getcwd() to misc/dependencies
authorzooko <zooko@zooko.com>
Sun, 30 Dec 2007 03:08:02 +0000 (08:38 +0530)
committerzooko <zooko@zooko.com>
Sun, 30 Dec 2007 03:08:02 +0000 (08:38 +0530)
commit101b73e1eeaa482e219c33cb788ab00a5600b64a
tree7df62fab61a81ca3da21d1408e5df5f83321b8ad
parent1d3d92e1845c8b8109e911390f6233103fc64a72
setup: prepend os.getcwd() to misc/dependencies

This is actually useful because if for example you invoke "easy_install
~/some/path/setup.py", then the CWD will be ~/some/path when the first part of
setup.py is evaluated, but will change to something else later, so the
misc/dependencies will not be found unless the CWD is prepended.  ***END OF

darcs-hash:68fcb948a6ec9414283868861cfeaa080c6525a8
zfec/setup.py