Update DictFS to include a controllers list
authorEvan Broder <broder@mit.edu>
Fri, 19 Dec 2008 03:08:51 +0000 (21:08 -0600)
committerEvan Broder <broder@mit.edu>
Fri, 19 Dec 2008 03:08:51 +0000 (21:08 -0600)
routefs/dictfs.py

index b36c589..77baf63 100644 (file)
@@ -15,6 +15,8 @@ from routes import Mapper
 import os
 
 class DictFS(routefs.RouteFS):
+    controllers = ['handler']
+    
     @property
     def files(self):
         """