From: Evan Broder Date: Fri, 19 Dec 2008 03:13:16 +0000 (-0600) Subject: Update PyHesiodFS example to include controllers list X-Git-Tag: 1.1.0~6 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/ddcc85d37d43d8e7ac5f6caf31e07608818aab4d?ds=sidebyside Update PyHesiodFS example to include controllers list --- 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)