Fix undefined name "sys"

Same as #299 (bca0eff81a1c5ef160d9858b8e89b1c919b71c1f), but an earlier
commit needed to be rebased.
This commit is contained in:
Mike Naberezny 2015-07-03 15:47:00 -07:00 committed by Christopher Dunn
parent b26804d1c2
commit b5e70f950e

View File

@ -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)."""