From a78a0c9cff7c7bbc24b3b8ccd2a66903f35f2214 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 7 Jun 2019 08:58:36 -0400 Subject: [PATCH] Add missing import to the Lenovo OEM Lenovo OEM redfish requires the math module. Change-Id: I12a9c09c4a7765dd5a4fbc24c8b295f4c1749da7 --- pyghmi/redfish/oem/lenovo/xcc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyghmi/redfish/oem/lenovo/xcc.py b/pyghmi/redfish/oem/lenovo/xcc.py index c88d2956..a9775060 100644 --- a/pyghmi/redfish/oem/lenovo/xcc.py +++ b/pyghmi/redfish/oem/lenovo/xcc.py @@ -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