]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
macfuse: move macfuse files around to simplify pythonpath
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 20 Feb 2008 00:18:17 +0000 (17:18 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 20 Feb 2008 00:18:17 +0000 (17:18 -0700)
commit6f5ccb170753fb003c41cb899d0d43468c3926f9
treed99314bca99b85567d60624a87173b738c2ed74b
parent2ae8a482aa6c1a9b22622a2ef5836fcac8fd7d71
macfuse: move macfuse files around to simplify pythonpath

the mac/macfuse subdirectory needed to be added to the pythonpath in order
to build a binary incorporating the mac fuse system.  this change should
make those modules accessible relative to the mac/ directory which is
implicitly included in the .app build process.
13 files changed:
mac/allmydata_tahoe.py
mac/fuse.py [new file with mode: 0644]
mac/fuseparts/__init__.py [new file with mode: 0644]
mac/fuseparts/_fusemodule.so [new file with mode: 0644]
mac/fuseparts/setcompatwrap.py [new file with mode: 0644]
mac/fuseparts/subbedopts.py [new file with mode: 0644]
mac/macfuse/fuse.py [deleted file]
mac/macfuse/fuseparts/__init__.py [deleted file]
mac/macfuse/fuseparts/_fusemodule.so [deleted file]
mac/macfuse/fuseparts/setcompatwrap.py [deleted file]
mac/macfuse/fuseparts/subbedopts.py [deleted file]
mac/macfuse/tahoefuse.py [deleted file]
mac/tahoefuse.py [new file with mode: 0644]