def __init__(self): BaseCsvExport.__init__(self, Person) self.file_name = "people_export"
def __init__(self): BaseCsvExport.__init__(self, Task) self.file_name = "tasks_export"
def __init__(self): BaseCsvExport.__init__(self)
def __init__(self): BaseCsvExport.__init__(self, TaskType) self.name = "task_types_export"
def __init__(self): BaseCsvExport.__init__(self, Project)
def __init__(self): BaseCsvExport.__init__(self, TaskType)