HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

janitorial: remove broken python2 support #88

Closed a-detiste closed 2 months ago

a-detiste commented 10 months ago

—–Synopsis of Commits Above—–

Please fill out the following when submitting the PR

Status

Description

By depending on 'Enum' this code can't possibly work in a python2 environment (Enum is available since python3.4)

src/extensions/PERSISTENT_MEMORY_COMMANDS/ShowPmemCommand.py:from enum import Enum src/extensions/PERSISTENT_MEMORY_COMMANDS/lib/DisplayHelpers.py:from enum import Enum src/extensions/PERSISTENT_MEMORY_COMMANDS/lib/MapperRenderers.py:from enum im

rajeevkallur commented 8 months ago

We will look at this PR later as there is no decision to explicitly remove python2 support.