No need for hardcoding line endings for windows. Python handles this by default

This commit is contained in:
Veronica K. B. Olsen
2019-10-26 23:05:12 +02:00
parent f38e770402
commit fde7975a0b
6 changed files with 21 additions and 39 deletions
-4
View File
@@ -276,10 +276,6 @@ class Tokenizer():
return
def windowsEndings(self):
self.theResult = self.theResult.replace("\n","\r\n")
return
##
# Internal Functions
##