audk/BaseTools/Source/Python/BPDG
Yunhua Feng 2e300969ae BaseTools: change the Division Operator in the expression
PEP 238 -- Changing the Division Operator
x/y to return a reasonable approximation of the mathematical result
    of the division ("true division")
x//y to return the floor ("floor division")

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-10-13 09:54:53 +08:00
..
BPDG.py BaseTools: Remove the "from __future__ import" items 2018-10-13 09:50:40 +08:00
GenVpd.py BaseTools: change the Division Operator in the expression 2018-10-13 09:54:53 +08:00
StringTable.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
__init__.py Add missing BPDG tool sources when sync to BaseTools r2042 2010-09-06 02:01:57 +00:00