def __init__(self, editor): GObject.__init__(self) self.__init_attributes(editor) from Renamer import Renamer Renamer(self, editor) from NameValidator import Validator Validator(self, editor) from GUI.Manager import Manager Manager(self, editor)
def __init__(self): GObject.__init__(self)