def __init__(self, control, settings): self.control = control self.settings = settings BaseCommandController.__init__(self, control, settings, config.SHORTCUTS_KEY)
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)