def __init__(self, outputFile): self.writer = csv.writer( outputFile, quoting=csv.QUOTE_NONNUMERIC, ) self.group_name = ''