projects
/
mirror_edk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
27c4ceb
)
BaseTools: Remove the deprecated hash_key()
author
Gary Lin
<glin@suse.com>
Mon, 25 Jun 2018 10:31:29 +0000
(18:31 +0800)
committer
Yonghong 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