fault/fm-rest-api/fm/fm/api/controllers/v1
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
alarm.py Add PUT/POST methods to FM restful API 2019-06-05 08:57:36 +08:00
base.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
collection.py fault: Clean-up /usr/bin/env instances 2019-06-12 15:28:41 -07:00
event_log.py for module boolean item, change fields to bool_to_none 2019-05-11 08:53:12 +08:00
event_suppression.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
link.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
query.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
sysinv.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
types.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
utils.py Enable fm-rest-api to return json format error message 2018-12-03 22:14:21 +08:00