X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/ca61e30d8f2b2a794374ab3f424df9d5337e778a..7cabb211aef08afe8aacbc91415d992b8a45a669:/routefs/examples/pyhesiodfs.py diff --git a/routefs/examples/pyhesiodfs.py b/routefs/examples/pyhesiodfs.py index c9c526e..880dbb4 100755 --- 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')