fault/fm-rest-api/fm/fm/objects
Charles Short c9857c8cf4 python3: Fix python3 compatibility issues
- Replace 'range' with six.moves.range.
- Replace 'zip' with six.moves.zip.
- Replace 'map' with six.moves.map.
- Replace dict.keys() with list(dict.keys()) to get a list on Python
  3. On Python 3, dict.keys() now returns a view.
- Fix 'TypeError: unorderable types: NoneType() < int()' for python3
- Python 3 changed the iso8601 module iso8601.iso8601.Utc()
  function to iso8601.UTC.  This is compatible with Python2.7.

Testing:

1. Built new fm-rest-api rpm package.
2. Built new ISO with newer fm-rest-api and installed fine.
3. Checked for an exception in the logs while running "fm event-list".
4. Ran "fm alarm-list" without a problem.

Story: 2006729
Task: 42256

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I2d0f4c2c85ea8057258d56632a102b2eac7db388
(cherry picked from commit b91aaaab90)
2021-08-16 13:10:27 +00:00
..
__init__.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
alarm.py for module boolean item, change fields to bool_to_none 2019-05-11 08:53:12 +08:00
base.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04: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
utils.py python3: Fix python3 compatibility issues 2021-08-16 13:10:27 +00:00