X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/ca61e30d8f2b2a794374ab3f424df9d5337e778a..7cabb211aef08afe8aacbc91415d992b8a45a669:/routefs/dictfs.py?ds=inline diff --git a/routefs/dictfs.py b/routefs/dictfs.py index 9b88485..77baf63 100644 --- a/routefs/dictfs.py +++ b/routefs/dictfs.py @@ -24,8 +24,7 @@ class DictFS(routefs.RouteFS): """ return dict() - @property - def map(self): + def make_map(self): m = Mapper() m.connect('*path', controller='handler')