Fix packaging/os modules for wildcard imports and get_exception

This commit is contained in:
Toshio Kuratomi 2018-02-01 16:30:08 -08:00
commit a5b80464df
17 changed files with 48 additions and 46 deletions

View file

@ -17,7 +17,6 @@ wildcard_imports=$(find . -path ./test/runner/.tox -prune \
-o -path ./test/units/plugins/action/test_action.py \
-o -path ./lib/ansible/compat/tests/mock.py -prune \
-o -path ./lib/ansible/compat/tests/unittest.py \
-o -path ./lib/ansible/modules/packaging/os -prune \
-o -name '*.py' -type f -exec grep -H 'import \*' '{}' '+')