def __init__(self, project_id): Route_App.__init__(self) self.project_id = project_id
def __init__(self, xl_name, params): Route_App.__init__(self) self.xl_name = xl_name self.errors = None # will have the import errors if it failed self.params = params