Fixed Windows helper imports v2

Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
This commit is contained in:
Nathaniel Mitchell
2020-06-30 12:35:49 -07:00
parent dfc47129b6
commit 856f5da5c2
-2
View File
@@ -36,7 +36,6 @@ import shutil
from collections import namedtuple
from ctypes import *
import subprocess
import codecs
import pywintypes
import win32service #win32serviceutil, win32api, win32con
@@ -48,7 +47,6 @@ from chipsec.helper.oshelper import OsHelperError, HWAccessViolationError, Unimp
from chipsec.helper.basehelper import Helper
from chipsec.logger import logger
import chipsec.file
from chipsec.defines import bytestostring
from chipsec.hal.uefi_common import EFI_GUID_STR