No need for hardcoding line endings for windows. Python handles this by default
This commit is contained in:
@@ -276,10 +276,6 @@ class Tokenizer():
|
||||
|
||||
return
|
||||
|
||||
def windowsEndings(self):
|
||||
self.theResult = self.theResult.replace("\n","\r\n")
|
||||
return
|
||||
|
||||
##
|
||||
# Internal Functions
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user