mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
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:
parent
2ae8a482aa
commit
6f5ccb1707
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user