mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Revert BaseTools: PYTHON3 migration
This reverts commit6693f359b3..678f851312. Python3 migration is the fundamental change. It requires every developer to install Python3. Before this migration, the well communication and wide verification must be done. But now, most people is not aware of this change, and not try it. So, Python3 migration is reverted and be moved to edk2-staging Python3 branch for the edk2 user evaluation. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
678f851312
commit
1ccc4d895d
182 changed files with 48049 additions and 15099 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#
|
||||
|
||||
#====================================== External Libraries ========================================
|
||||
from __future__ import print_function
|
||||
import optparse
|
||||
import Common.LongFilePathOs as os
|
||||
import re
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue