From: root Date: Tue, 2 Sep 2008 00:10:48 +0000 (-0400) Subject: It's not a _real_ pyhesiodfs if it's not accessible to everyone else. X-Git-Tag: 1.0.0~9 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/52e4d12ce32bb9aa4a9366ca3f9f57e191e3edc6 It's not a _real_ pyhesiodfs if it's not accessible to everyone else. Signed-off-by: Geoffrey Thomas --- diff --git a/routefs/examples/pyhesiodfs.py b/routefs/examples/pyhesiodfs.py index 40ebcb2..92986a2 100755 --- a/routefs/examples/pyhesiodfs.py +++ b/routefs/examples/pyhesiodfs.py @@ -7,6 +7,7 @@ from routes import Mapper class PyHesiodFS(routefs.RouteFS): def __init__(self, *args, **kwargs): super(PyHesiodFS, self).__init__(*args, **kwargs) + self.fuse_args.add("allow_other", True) self.cache = {}