From: Evan Broder Date: Fri, 19 Dec 2008 03:14:21 +0000 (-0600) Subject: Update HomeFS example to include controllers list X-Git-Tag: 1.1.0~5 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/96ed381b595abe28790d066dc6dbdd31702894ae Update HomeFS example to include controllers list --- diff --git a/routefs/examples/homefs.py b/routefs/examples/homefs.py index 893977b..1666fdd 100755 --- a/routefs/examples/homefs.py +++ b/routefs/examples/homefs.py @@ -13,6 +13,7 @@ import routefs from routes import Mapper class HomeFS(routefs.RouteFS): + controllers = ['getList', 'getUser'] def __init__(self, *args, **kwargs): super(HomeFS, self).__init__(*args, **kwargs) self.cache = {}