From ddcc85d37d43d8e7ac5f6caf31e07608818aab4d Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 18 Dec 2008 21:13:16 -0600 Subject: [PATCH] Update PyHesiodFS example to include controllers list --- routefs/examples/pyhesiodfs.py | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.9.5