summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/UPT/Library
diff options
context:
space:
mode:
authorHess Chen <hesheng.chen@intel.com>2015-10-10 05:46:00 +0000
committerhchen30 <hchen30@Edk2>2015-10-10 05:46:00 +0000
commit8145b63e975f86fad6ae09185cd228415b07c7e7 (patch)
tree32148c5ea26c6c6784beb876e28e96c37a44e600 /BaseTools/Source/Python/UPT/Library
parentca49b6f9bfcf74da90bf500f3f81d702aa4be6cc (diff)
downloadedk2-8145b63e975f86fad6ae09185cd228415b07c7e7.tar.gz
edk2-8145b63e975f86fad6ae09185cd228415b07c7e7.tar.bz2
edk2-8145b63e975f86fad6ae09185cd228415b07c7e7.zip
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
Diffstat (limited to 'BaseTools/Source/Python/UPT/Library')
-rw-r--r--BaseTools/Source/Python/UPT/Library/Misc.py2
-rw-r--r--BaseTools/Source/Python/UPT/Library/ParserValidate.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/UPT/Library/Misc.py b/BaseTools/Source/Python/UPT/Library/Misc.py
index df9db2439b..0d92cb3767 100644
--- a/BaseTools/Source/Python/UPT/Library/Misc.py
+++ b/BaseTools/Source/Python/UPT/Library/Misc.py
@@ -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
diff --git a/BaseTools/Source/Python/UPT/Library/ParserValidate.py b/BaseTools/Source/Python/UPT/Library/ParserValidate.py
index 2f4b4d1934..028cf9a54f 100644
--- a/BaseTools/Source/Python/UPT/Library/ParserValidate.py
+++ b/BaseTools/Source/Python/UPT/Library/ParserValidate.py
@@ -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
#