comparison scripts/comment_parser.py @ 1601:1c7cd4613a96

Editing permissions of scripts for Windows machines.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 01 Jun 2015 08:55:53 +0100
parents 7da3e8c7039c
children 59eea6eed91b 4a0bfa7bef24
comparison
equal deleted inserted replaced
1600:f6b460388e3c 1601:1c7cd4613a96
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