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.
This commit is contained in:
robk-tahoe 2008-02-19 17:18:17 -07:00
parent 2ae8a482aa
commit 6f5ccb1707
7 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ class FuseOptions(usage.Options):
self.args = args
def fuse(config, stdout, stderr):
import macfuse.tahoefuse
macfuse.tahoefuse.main(config.args)
import tahoefuse
tahoefuse.main(config.args)
class FuseRunnerExtension(object):
subCommands = [