mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
f309bae8b4
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 |
||
---|---|---|
.. | ||
ext | ||
parser | ||
__init__.py | ||
case.py | ||
cherrypy_testclasses.py | ||
cptestcase.py | ||
gitfs.py | ||
helpers.py | ||
mixins.py | ||
mock.py | ||
paths.py | ||
processes.py | ||
runtests.py | ||
unit.py | ||
xmlunit.py |