Revision: 18600
          http://sourceforge.net/p/edk2/code/18600
Author:   hchen30
Date:     2015-10-10 05:46:00 +0000 (Sat, 10 Oct 2015)
Log Message:
-----------
BaseTool/UPT: Fix two wrong imports for UPT

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/BaseTools/Source/Python/UPT/Library/Misc.py
    trunk/edk2/BaseTools/Source/Python/UPT/Library/ParserValidate.py

Modified: trunk/edk2/BaseTools/Source/Python/UPT/Library/Misc.py
===================================================================
--- trunk/edk2/BaseTools/Source/Python/UPT/Library/Misc.py      2015-10-10 
02:53:41 UTC (rev 18599)
+++ trunk/edk2/BaseTools/Source/Python/UPT/Library/Misc.py      2015-10-10 
05:46:00 UTC (rev 18600)
@@ -50,7 +50,7 @@
 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

Modified: trunk/edk2/BaseTools/Source/Python/UPT/Library/ParserValidate.py
===================================================================
--- trunk/edk2/BaseTools/Source/Python/UPT/Library/ParserValidate.py    
2015-10-10 02:53:41 UTC (rev 18599)
+++ trunk/edk2/BaseTools/Source/Python/UPT/Library/ParserValidate.py    
2015-10-10 05:46:00 UTC (rev 18600)
@@ -27,7 +27,7 @@
 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
 #


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to