whitespace

This commit is contained in:
Werner Lemberg 2008-01-18 05:16:09 +00:00
parent 53286c0970
commit 250c01d40a
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class SourceProcessor:
self.lines = []
for line in fileinput.input( filename ):
# strip trailing newlines, important on Windows machines !!
# strip trailing newlines, important on Windows machines!
if line[-1] == '\012':
line = line[0:-1]