]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Migrate to the new octal literal
authorGary Lin <glin@suse.com>
Mon, 25 Jun 2018 10:31:34 +0000 (18:31 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Jun 2018 08:33:27 +0000 (16:33 +0800)
commit2617a73c3628473bacea887d885bdd1e7808ccc6
tree0f09462094fa26d05c6518460d4ce4dd99ac930e
parentccaa7754a29728df0a7485932aab4909f6be116a
BaseTools: Migrate to the new octal literal

Change the octal literals according to PEP3127
https://www.python.org/dev/peps/pep-3127/

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/Source/Python/Common/LongFilePathOs.py
BaseTools/Source/Python/UPT/Core/FileHook.py