]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add the support for python 2
authorFeng, Bob C <bob.c.feng@intel.com>
Tue, 30 Jul 2019 10:19:33 +0000 (18:19 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 9 Aug 2019 15:15:55 +0000 (23:15 +0800)
commit4acae2b38edf28bc038799cee4c25744244f6167
treeb3f2f78cdecdd8f1f3a4eea4de412052e2f66020
parentc60fb00f6cf084a755eacef55f4347270520202e
BaseTools: Add the support for python 2

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875

python3 change the module name of Queue to queue.
python3 add a new log handler of QueueHandler.

This patch is to make Multiple process AutoGen
feature work for python2

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGenWorker.py
BaseTools/Source/Python/Common/EdkLogger.py