2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 12:17:44 +00:00

Add missing import to the Lenovo OEM

Lenovo OEM redfish requires the math module.

Change-Id: I12a9c09c4a7765dd5a4fbc24c8b295f4c1749da7
This commit is contained in:
Jarrod Johnson 2019-06-07 08:58:36 -04:00
parent 4b204ee1c9
commit a78a0c9cff

View File

@ -16,6 +16,7 @@ import pyghmi.redfish.oem.generic as generic
from pyghmi.util.parse import parse_time
import errno
import json
improt math
import socket
import time
import pyghmi.ipmi.private.util as util