From: Evan Broder Date: Fri, 19 Dec 2008 03:08:51 +0000 (-0600) Subject: Update DictFS to include a controllers list X-Git-Tag: 1.1.0~7 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/40ca5961b20274c55044d6b498dc261c6e217cd8 Update DictFS to include a controllers list --- diff --git a/routefs/dictfs.py b/routefs/dictfs.py index b36c589..77baf63 100644 --- a/routefs/dictfs.py +++ b/routefs/dictfs.py @@ -15,6 +15,8 @@ from routes import Mapper import os class DictFS(routefs.RouteFS): + controllers = ['handler'] + @property def files(self): """