From 40ca5961b20274c55044d6b498dc261c6e217cd8 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 18 Dec 2008 21:08:51 -0600 Subject: [PATCH 1/1] Update DictFS to include a controllers list --- routefs/dictfs.py | 2 ++ 1 file changed, 2 insertions(+) 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): """ -- 1.7.9.5