]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTool/UPT: Fix two wrong imports for UPT
authorHess Chen <hesheng.chen@intel.com>
Sat, 10 Oct 2015 05:46:00 +0000 (05:46 +0000)
committerhchen30 <hchen30@Edk2>
Sat, 10 Oct 2015 05:46:00 +0000 (05:46 +0000)
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

BaseTools/Source/Python/UPT/Library/Misc.py
BaseTools/Source/Python/UPT/Library/ParserValidate.py

index df9db2439b03b6806426bb98f896ae526a7f25e6..0d92cb3767c65482335b13a140890d3e13874167 100644 (file)
@@ -50,7 +50,7 @@ from Library.ParserValidate import IsValidHexVersion
 from Library.ParserValidate import IsValidPath\r
 from Object.POM.CommonObject import TextObject\r
 from Core.FileHook import __FileHookOpen__\r
-from CommonDataClass.CommonClass import MultipleWorkspace as mws\r
+from Common.MultipleWorkspace import MultipleWorkspace as mws\r
 \r
 ## Convert GUID string in xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx style to C \r
 # structure style\r
index 2f4b4d19343561ae43ce8d68bf89d9929774b54d..028cf9a54f84cc569397ab5bd590a96653618129 100644 (file)
@@ -27,7 +27,7 @@ from Library.DataType import TAB_SPACE_SPLIT
 from Library.String import GetSplitValueList\r
 from Library.ExpressionValidate import IsValidBareCString\r
 from Library.ExpressionValidate import IsValidFeatureFlagExp\r
-from CommonDataClass.CommonClass import MultipleWorkspace as mws\r
+from Common.MultipleWorkspace import MultipleWorkspace as mws\r
 \r
 ## __HexDigit() method\r
 #\r