wrote something that will become docu one day

This commit is contained in:
Frank Becker 2010-12-21 00:51:00 +01:00
parent 94f34828e4
commit 6695717385

View File

@ -1,6 +1,17 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Convert special crafted csv data into what a8 believes will be accepted by
the Penta News Game Show software
just run the program. It looks for a file called news_entries_27c3.csv
Note, this file has to be formated like that or everything will fail.
The
'','','','','','','','',
line has to be in there. The file has to stop with such a line.
"""
import csv
import json