def convert(self): return unicode( json.dumps(json.loads(Converter.convert(self, ',')), indent=1, sort_keys=True))
def convert(self): return unicode(json.dumps(json.loads(Converter.convert(self, ',')), indent=1, sort_keys=True))
def __init__(self, infile, outbase): Converter.__init__(self, infile) self.outbase = outbase rmtree(self.files_dir)