mirror of
https://opendev.org/x/pyghmi
synced 2025-03-18 17:37:42 +00:00
Fixes import issues
Importing imm was failing: https://build.opnfv.org/ci/job/apex-deploy-virtual-master/1162/console Change-Id: I71466a354091e2926a1e2d8c9eb1b777d6d055c9 Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
parent
5821d0d729
commit
5335e8c987
@ -24,6 +24,9 @@ import EfiDecompressor
|
||||
import struct
|
||||
import random
|
||||
import pyghmi.exceptions as pygexc
|
||||
|
||||
from pyghmi.ipmi.oem.lenovo import EfiDecompressor
|
||||
|
||||
try:
|
||||
from lxml import etree
|
||||
import EfiCompressor
|
||||
|
@ -15,12 +15,12 @@
|
||||
# limitations under the License.
|
||||
|
||||
from datetime import datetime
|
||||
import config
|
||||
import errno
|
||||
import json
|
||||
import os.path
|
||||
import pyghmi.constants as pygconst
|
||||
import pyghmi.exceptions as pygexc
|
||||
import pyghmi.ipmi.oem.lenovo.config as config
|
||||
import pyghmi.ipmi.oem.lenovo.energy as energy
|
||||
import pyghmi.ipmi.private.session as ipmisession
|
||||
import pyghmi.ipmi.private.util as util
|
||||
|
Loading…
x
Reference in New Issue
Block a user