projects
/
invirt/packages/python-routefs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c129e20
)
It's not a _real_ pyhesiodfs if it's not accessible to everyone else.
author
root
<root@bees-knees.mit.edu>
Tue, 2 Sep 2008 00:10:48 +0000
(20:10 -0400)
committer
Evan Broder
<broder@mit.edu>
Tue, 2 Sep 2008 00:19:54 +0000
(20:19 -0400)
Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
routefs/examples/pyhesiodfs.py
patch
|
blob
|
history
diff --git
a/routefs/examples/pyhesiodfs.py
b/routefs/examples/pyhesiodfs.py
index
40ebcb2
..
92986a2
100755
(executable)
--- 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)
class PyHesiodFS(routefs.RouteFS):
def __init__(self, *args, **kwargs):
super(PyHesiodFS, self).__init__(*args, **kwargs)
+ self.fuse_args.add("allow_other", True)
self.cache = {}
self.cache = {}