]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/build/build.py
BaseTools: replace the list iteritems by items
[mirror_edk2.git] / BaseTools / Source / Python / build / build.py
index 314eda78709a8bc6cab5797f24caba9f18131028..7715cfa52abecf3f0ede75739f1923883eac141e 100644 (file)
@@ -2178,7 +2178,7 @@ class Build():
 \r
                     # Look through the tool definitions for GUIDed tools\r
                     guidAttribs = []\r
-                    for (attrib, value) in self.ToolDef.ToolsDefTxtDictionary.iteritems():\r
+                    for (attrib, value) in self.ToolDef.ToolsDefTxtDictionary.items():\r
                         if attrib.upper().endswith('_GUID'):\r
                             split = attrib.split('_')\r
                             thisPrefix = '_'.join(split[0:3]) + '_'\r