Skip to content

Commit b5e70f9

Browse files
mnaberezcdunn2001
authored andcommitted
Fix undefined name "sys"
Same as open-source-parsers#299 (bca0eff), but an earlier commit needed to be rebased.
1 parent b26804d commit b5e70f9

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)