]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/Misc.py
BaseTools: replace Sdict with OrderedDict in UPT
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / Misc.py
index e7ee27cc53d571907b96d4277812cce9c4f8e5d4..0967ea53d196e03328f52a0a3beaa1727533786b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Common routines used by all tools\r
 #\r
-# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available\r
 # under the terms and conditions of the BSD License which accompanies this\r
@@ -32,7 +32,7 @@ from os import linesep
 from os import walk\r
 from os import environ\r
 import re\r
-from collections import OrderedDict\r
+from collections import OrderedDict as Sdict\r
 \r
 import Logger.Log as Logger\r
 from Logger import StringTable as ST\r