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