]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Tests/TestTools.py
BaseTools: Remove types.TypeType
authorGary Lin <glin@suse.com>
Mon, 25 Jun 2018 10:31:31 +0000 (18:31 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Jun 2018 08:33:24 +0000 (16:33 +0800)
commitaaa4c651bf5ba5fce14e9fe8c2c12687886f745d
treea39094836b1418cf8fbcaff58eed7485f355d47c
parent92beb1e4c73a40a708c7c0cade5c7cee314b3887
BaseTools: Remove types.TypeType

"types.TypeType" is now an alias of the built-in "type" and is not
compatible with python 3.

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>
BaseTools/Tests/TestTools.py