Mercurial > hg > webaudioevaluationtool
log python/score_parser.py @ 2971:d962cce75063
age | author | description |
---|---|---|
Fri, 06 Oct 2017 03:20:23 +0300 | iiphii | Update score_parser.py |
Wed, 10 May 2017 11:16:02 +0100 | Nicholas Jillings | Make score_parser resiliant to interface-name="null" bug. |
Tue, 08 Nov 2016 09:58:31 +0000 | Nicholas Jillings | Merge score_parser2 into score_parser |
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' |