mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Fixed Windows helper imports v2
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user