Ejemplo n.º 1
0
 def __init__(self, control, settings):
     self.control = control
     self.settings = settings
     BaseCommandController.__init__(self, control, settings, config.SHORTCUTS_KEY)
Ejemplo n.º 2
0
 def __init__(self, control, settings, section):
     self._name = NAME1
     self._cat_name = NAME1
     self._desc = DESC1
     self._called = False
     BaseCommandController.__init__(self, control, settings, section)