From: Yunhua Feng Date: Tue, 14 Aug 2018 03:23:47 +0000 (+0800) Subject: BaseTools: Rename raw_input() to input() X-Git-Tag: edk2-stable201903~866 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=d3678942b40a7c7755f60dae2b7f92583a03a24e;p=mirror_edk2.git BaseTools: Rename raw_input() to input() Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng Reviewed-by: Liming Gao --- diff --git a/BaseTools/Source/Python/Common/Expression.py b/BaseTools/Source/Python/Common/Expression.py index 78a8a0bb0f..6219675d2c 100644 --- a/BaseTools/Source/Python/Common/Expression.py +++ b/BaseTools/Source/Python/Common/Expression.py @@ -1026,7 +1026,7 @@ class ValueExpressionEx(ValueExpression): if __name__ == '__main__': pass while True: - input = raw_input('Input expr: ') + input = input('Input expr: ') if input in 'qQ': break try: