2
0
mirror of https://opendev.org/x/pyghmi synced 2026-05-17 11:54:22 +00:00
Files
pyghmi/pyghmi
Thomas Goirand 4cf25bc4ac Missing __init__.py
This file indirectly makes Ironic unit test fail. Indeed, Ironic does
in ironic/drivers/modules/irmc/power.py:

scci = importutils.try_import('scciclient.irmc.scci')

Then later:

except scci.SCCIClientError as irmc_exception:

However, without the __init__.py in pyghmi/redfish/oem/ami, I get
import scciclient.irmc.scci failing.

Signed-off-by: Thomas Goirand <zigo@debian.org>
Change-Id: I1f4d8fa5d839641e6d4cafe5f67b882016cb956f
2026-03-17 09:03:52 +01:00
..
2025-12-10 11:14:55 -05:00
2026-03-17 09:03:52 +01:00
2017-01-05 15:52:14 +00:00
2013-08-07 13:51:05 -04:00
2019-12-16 10:51:59 +01:00
2019-12-16 10:51:59 +01:00
2017-01-05 15:52:14 +00:00