Skip to content

Commit

Permalink
Fix undefined name "sys"
Browse files Browse the repository at this point in the history
Same as open-source-parsers#299 (bca0eff), but an earlier
commit needed to be rebased.
  • Loading branch information
mnaberez authored and cdunn2001 committed Jul 11, 2015
1 parent b26804d commit b5e70f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/fixeol.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from __future__ import print_function
import os.path
import sys

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

0 comments on commit b5e70f9

Please sign in to comment.