]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
added tweaked sibpath implementation
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 22:23:41 +0000 (15:23 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 22:23:41 +0000 (15:23 -0700)
commit9ed5533760d959b617587b54620377ac3dc66480
tree3914e433b5684959a4ef66ba44143d06c6cca326
parent38ff96b2f86d8e2ef7d3332a543401f9cb092a64
added tweaked sibpath implementation

use of twisted.python.util.sibpath to find files relative to modules doesn't
work when those modules are bundled into a library by py2exe.  this provides
an alternative implementation (in allmydata.util.sibpath) which checks for
the existence of the file, and if it is not found, attempts to find it relative
to sys.executable instead.
src/allmydata/provisioning.py
src/allmydata/util/sibpath.py [new file with mode: 0644]
src/allmydata/webish.py