def __init__(self, errors_dict=None): ClassLoader.__init__(self) self._processors = [] self._errors_dict = errors_dict
def __init__(self): ClassLoader.__init__(self) self.processors = []