2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Fix discover of XCC

Incorrect module path was indicated.
This commit is contained in:
Jarrod Johnson 2019-06-20 10:56:09 -04:00
parent 2db01746d5
commit 27410a9b6b

View File

@ -19,7 +19,7 @@ import eventlet
import eventlet.support.greendns
import json
import pyghmi.exceptions as pygexc
xcc = eventlet.import_patched('pyghmi.redfish.oem.lenovo')
xcc = eventlet.import_patched('pyghmi.redfish.oem.lenovo.xcc')
import pyghmi.util.webclient as webclient
import struct
getaddrinfo = eventlet.support.greendns.getaddrinfo