comparison scripts/comment_parser.py @ 931:6157acacd082

Editing permissions of scripts for Windows machines.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Mon, 01 Jun 2015 08:55:53 +0100
parents ba58cf8d0dbc
children 59eea6eed91b 4a0bfa7bef24
comparison
equal deleted inserted replaced
930:c19c4b0b00fd 931:6157acacd082
33 # writer.writerow([file + ',' + commentstr.encode("utf-8")]) 33 # writer.writerow([file + ',' + commentstr.encode("utf-8")])
34 34
35 #TODO Replace 'new line' with something else? 35 #TODO Replace 'new line' with something else?
36 36
37 #TODO 'Append' means duplicate entries if run several times... 37 #TODO 'Append' means duplicate entries if run several times...
38