HewlettPackard / python-redfish-utility

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

Make extensions import always work #64

Closed thomasgoirand closed 1 year ago

thomasgoirand commented 1 year ago

This makes importlib.importmodule() always work, not depending where the module is (using relative imports).

—–Synopsis of Commits Above—–

Please fill out the following when submitting the PR

Status

Description

As per subject: makes import of extensions always work.

Before Status can be set to READY I have completed at least ONE of the following: