Skip to content

Commit 6ca8ffc

Browse files
committed
Merge pull request open-source-parsers#305 from cdunn2001/fix-fixeol-undefined-name-sys
Fix undefined name "sys" Same as open-source-parsers#299 (bca0eff), but an earlier commit needed to be rebased.
2 parents b26804d + b5e70f9 commit 6ca8ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devtools/fixeol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from __future__ import print_function
77
import os.path
8+
import sys
89

910
def fix_source_eol(path, is_dry_run = True, verbose = True, eol = '\n'):
1011
"""Makes sure that all sources have the specified eol sequence (default: unix)."""

0 commit comments

Comments
 (0)