Update PyHesiodFS example to include controllers list
authorEvan Broder <broder@mit.edu>
Fri, 19 Dec 2008 03:13:16 +0000 (21:13 -0600)
committerEvan Broder <broder@mit.edu>
Fri, 19 Dec 2008 03:13:16 +0000 (21:13 -0600)
routefs/examples/pyhesiodfs.py

index 92986a2..880dbb4 100755 (executable)
@@ -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)