fault/python-fmclient/fmclient/fmclient/common
Saul Wold 85f6ec6ea3 fault: Clean-up /usr/bin/env instances
The dependency resolver for RPM relies on the shebang to have the
interperter that will be used in order to get things right, so
change shebang to /usr/bin/python.

In other cases, the shebang is not needed at all as these are not
really executable python files, they are part of the python package.
RPMLINT finds these and complains that a non-executable has a shebang.

Change-Id: Ie90a846d6addffca1225e59fd8b6f3753d2991a4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2019-06-12 15:28:41 -07:00
..
__init__.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
base.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
cli_no_wrap.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
exceptions.py catch the correct exception for alarm not found case 2019-03-18 20:10:37 +08:00
http.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
i18n.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
options.py fault: Clean-up /usr/bin/env instances 2019-06-12 15:28:41 -07:00
utils.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
wrapping_formatters.py Enable Python3 Compatibility 2019-06-07 13:35:58 +00:00