]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Remove the deprecated hash_key()
authorGary Lin <glin@suse.com>
Mon, 25 Jun 2018 10:31:29 +0000 (18:31 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Jun 2018 08:33:23 +0000 (16:33 +0800)
Replace "has_key()" with "in" to be compatible with python3.
Based on "futurize -f lib2to3.fixes.fix_has_key"

Contributed-under: TianoCore Contribution Agreement 1.1
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

No differences found