X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/f2e13ce53aa1209779400a61c7779b87b280f7f8..ddcc85d37d43d8e7ac5f6caf31e07608818aab4d:/routefs/examples/pyhesiodfs.py diff --git a/routefs/examples/pyhesiodfs.py b/routefs/examples/pyhesiodfs.py index 40ebcb2..880dbb4 100755 --- a/routefs/examples/pyhesiodfs.py +++ b/routefs/examples/pyhesiodfs.py @@ -5,8 +5,10 @@ import routefs from routes import Mapper 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) self.cache = {}