summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Eot/EotMain.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/Eot/EotMain.py')
-rw-r--r--BaseTools/Source/Python/Eot/EotMain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Eot/EotMain.py b/BaseTools/Source/Python/Eot/EotMain.py
index e4359c5015..56aa48d2a1 100644
--- a/BaseTools/Source/Python/Eot/EotMain.py
+++ b/BaseTools/Source/Python/Eot/EotMain.py
@@ -21,7 +21,8 @@ import Eot.EotGlobalData as EotGlobalData
from optparse import OptionParser
from Common.StringUtils import NormPath
from Common import BuildToolError
-from Common.Misc import GuidStructureStringToGuidString, sdict
+from Common.Misc import GuidStructureStringToGuidString
+from collections import OrderedDict as sdict
from Eot.Parser import *
from Eot.InfParserLite import EdkInfParser
from Common.StringUtils import GetSplitValueList