salt/tests/support/parser
Daniel Wallace f309bae8b4 Make sure runtests_engine is ASCII text
If this is has any unicode characters in it, it won't load on systems that do
not default to a unicode locale.

find . -type f | while read line; do ret=$(file $line); if [[ $ret == *UTF-8* && $line == *.py ]]; then echo $line; fi; done

The above will list all files that have unicode characters in it and won't load
with locale set to C or POSIX
2017-06-05 17:30:28 -06:00
..
__init__.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
cover.py Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00