예제 #1
0
파일: nut.py 프로젝트: carlchina/nut
def export(file,
           cols=[
               'id', 'rightsId', 'key', 'isUpdate', 'isDLC', 'isDemo', 'name',
               'baseName', 'version', 'region'
           ]):
    initTitles()
    Titles.export(file, cols)
예제 #2
0
def export(file):
	initTitles()
	Titles.export(file, ['id', 'rightsId', 'isUpdate', 'isDLC', 'isDemo', 'name', 'version', 'region', 'retailOnly'])