projects
/
invirt/packages/python-routefs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "Eliminate make_map in favor of a simpler map property."
[invirt/packages/python-routefs.git]
/
routefs
/
examples
/
pyhesiodfs.py
diff --git
a/routefs/examples/pyhesiodfs.py
b/routefs/examples/pyhesiodfs.py
index
c9c526e
..
880dbb4
100755
(executable)
--- a/
routefs/examples/pyhesiodfs.py
+++ b/
routefs/examples/pyhesiodfs.py
@@
-12,8
+12,7
@@
class PyHesiodFS(routefs.RouteFS):
self.cache = {}
- @property
- def map(self):
+ def make_map(self):
m = Mapper()
m.connect('', controller='getList')
m.connect('README.txt', controller='getReadme')