HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
189 stars 92 forks source link

Fix collections import in Utils.py to work on python 3 #129

Closed avaneesh92 closed 2 years ago

avaneesh92 commented 2 years ago

When running on Python 3.10 Line 28 -> 'from collections import Mapping' raises exception as collections modules has been changed from python 2 to python 3. Changes tested to work on both python2 and python 3 -----Synopsis of Commits Above-----

Please fill out the following when submitting the PR

Status

Additional High Level Description

When running on Python 3.10 Line 28 -> 'from collections import Mapping' raises exception as collections modules has been changed from python 2 to python 3

Dependent PRs

none

Before Status can be set to READY I have completed the following: