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:
Hess Chen 2015-10-10 05:46:00 +00:00 committed by hchen30
parent ca49b6f9bf
commit 8145b63e97
2 changed files with 2 additions and 2 deletions
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
#