X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/40ca5961b20274c55044d6b498dc261c6e217cd8..ddcc85d37d43d8e7ac5f6caf31e07608818aab4d:/routefs/examples/pyhesiodfs.py?ds=sidebyside diff --git a/routefs/examples/pyhesiodfs.py b/routefs/examples/pyhesiodfs.py index 92986a2..880dbb4 100755 --- a/routefs/examples/pyhesiodfs.py +++ b/routefs/examples/pyhesiodfs.py @@ -5,6 +5,7 @@ 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)