mirror of
https://opendev.org/x/pyghmi
synced 2026-05-17 11:54:22 +00:00
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
This commit is contained in:
Reference in New Issue
Block a user