mirror_edk2/BaseTools/Source/Python/UPT/Library
Feng, Bob C 7da3ed89d4 BaseTools: replace Sdict with OrderedDict in UPT
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1504

V2: import OrderredDict as Sdict in Misc.py instead
updating all the py files.

Sdict class is removed on the commit
174a9d3cc8
but there are still some py files import it.

This patch is to use collections.OrderedDict to replace Sdict.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2019-02-20 13:16:56 +08:00
..
Xml BaseTools/UPT:merge UPT Tool use Python2 and Python3 2019-02-01 11:09:19 +08:00
__init__.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
CommentGenerating.py BaseTools/UPT:merge UPT Tool use Python2 and Python3 2019-02-01 11:09:19 +08:00
CommentParsing.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
DataType.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
ExpressionValidate.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
GlobalData.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
Misc.py BaseTools: replace Sdict with OrderedDict in UPT 2019-02-20 13:16:56 +08:00
ParserValidate.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
Parsing.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
StringUtils.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
UniClassObject.py BaseTools: Correct the error message for UPT 2019-02-18 09:11:46 +08:00