log python/score_parser.py @ 2447:61dba2f2c9dd

age author description
Wed, 20 Apr 2016 18:05:29 +0200 Brecht De Man score_parser.py compatible with Python 2.7 and 3.x: print ... --> print(...); csvreader.next() --> next(csvreader)
Wed, 20 Apr 2016 16:33:22 +0200 Brecht De Man Change folder name 'scripts' to 'python'