26:5aac667c4f0f | 27:b73e9af0d496 |
---|---|
73 "werkzeug": "", | 73 "werkzeug": "", |
74 } | 74 } |
75 | 75 |
76 self.__capabilities = {} | 76 self.__capabilities = {} |
77 | 77 |
78 self.__pybabelProject = PyBabelProject(self.__plugin, self, self.__ui) | 78 self.__pybabelProject = PyBabelProject(self.__plugin, self, self) |
79 | 79 |
80 def initActions(self): | 80 def initActions(self): |
81 """ | 81 """ |
82 Public method to define the Flask actions. | 82 Public method to define the Flask actions. |
83 """ | 83 """ |