Eliminate the "controllers" attribute from RouteFS classes.
[invirt/packages/python-routefs.git] / routefs / examples / homefs.py
index 16c7bda..701c1c4 100755 (executable)
@@ -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 = {}