2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 03:19:48 +00:00

Fix missing import

The smm change omitted a required import.
This commit is contained in:
Jarrod Johnson 2019-09-05 12:45:29 -04:00
parent 7d84d0a021
commit 8e071a2568

View File

@ -14,6 +14,7 @@
import confluent.discovery.handlers.bmc as bmchandler
import confluent.exceptions as exc
import eventlet
webclient = eventlet.import_patched('pyghmi.util.webclient')
import struct
import urllib