class PyHesiodFS(routefs.RouteFS):
controllers = ['getList', 'getReadme', 'getLocker']
def __init__(self, *args, **kwargs):
super(PyHesiodFS, self).__init__(*args, **kwargs)
self.fuse_args.add("allow_other", True)
class PyHesiodFS(routefs.RouteFS):
controllers = ['getList', 'getReadme', 'getLocker']
def __init__(self, *args, **kwargs):
super(PyHesiodFS, self).__init__(*args, **kwargs)
self.fuse_args.add("allow_other", True)