mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
BaseTool/UPT: Fix two wrong imports for UPT
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18600 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ca49b6f9bf
commit
8145b63e97
BaseTools/Source/Python/UPT/Library
@ -50,7 +50,7 @@ from Library.ParserValidate import IsValidHexVersion
|
||||
from Library.ParserValidate import IsValidPath
|
||||
from Object.POM.CommonObject import TextObject
|
||||
from Core.FileHook import __FileHookOpen__
|
||||
from CommonDataClass.CommonClass import MultipleWorkspace as mws
|
||||
from Common.MultipleWorkspace import MultipleWorkspace as mws
|
||||
|
||||
## Convert GUID string in xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx style to C
|
||||
# structure style
|
||||
|
@ -27,7 +27,7 @@ from Library.DataType import TAB_SPACE_SPLIT
|
||||
from Library.String import GetSplitValueList
|
||||
from Library.ExpressionValidate import IsValidBareCString
|
||||
from Library.ExpressionValidate import IsValidFeatureFlagExp
|
||||
from CommonDataClass.CommonClass import MultipleWorkspace as mws
|
||||
from Common.MultipleWorkspace import MultipleWorkspace as mws
|
||||
|
||||
## __HexDigit() method
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user