X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/f302a3b50cf00b4580e5b7fd2e117c3971aaa814..cb57abd6911f7e2c2820166d03ecdb10809e1a1f:/routefs/examples/homefs.py?ds=sidebyside diff --git a/routefs/examples/homefs.py b/routefs/examples/homefs.py index 16c7bda..701c1c4 100755 --- a/routefs/examples/homefs.py +++ b/routefs/examples/homefs.py @@ -17,7 +17,6 @@ import routefs class HomeFS(routefs.RouteFS): - controllers = ['getList', 'getUser'] def __init__(self, *args, **kwargs): super(HomeFS, self).__init__(*args, **kwargs) self.cache = {}