mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-21 16:28:17 +02:00
Merge pull request #305 from cdunn2001/fix-fixeol-undefined-name-sys
Fix undefined name "sys" Same as #299 (bca0eff), but an earlier commit needed to be rebased.
This commit is contained in:
commit
6ca8ffcb91
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os.path
|
import os.path
|
||||||
|
import sys
|
||||||
|
|
||||||
def fix_source_eol(path, is_dry_run = True, verbose = True, eol = '\n'):
|
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)."""
|
"""Makes sure that all sources have the specified eol sequence (default: unix)."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user