log python/score_plot.py @ 2479:dbe43b4ab7aa

age author description
Wed, 20 Apr 2016 19:03:07 +0200 Brecht De Man score_plot.py compatible with Python 2.7 and 3.x: print ... --> print(...); next() instead of .next(); read text from CSV instead of bytes when iterating using next()
Wed, 20 Apr 2016 16:33:22 +0200 Brecht De Man Change folder name 'scripts' to 'python'