diff options
author | Yang Zhao <yang.zhao@skyboxlabs.com> | 2019-12-13 15:52:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-15 12:53:40 -0800 |
commit | 7575f4fdecf22cf232975625ec53add3f2b962e4 (patch) | |
tree | 164fd8e085a6123164ce81690f4c2c83d698d5f4 /ci | |
parent | git-p4: simplify regex pattern generation for parsing diff-tree (diff) | |
download | tgif-7575f4fdecf22cf232975625ec53add3f2b962e4.tar.xz |
git-p4: use python3's input() everywhere
Python3 deprecates raw_input() from 2.7 and replaced it with input().
Since we do not need 2.7's input() semantics, `raw_input()` is aliased
to `input()` for easy forward compatability.
Signed-off-by: Yang Zhao <yang.zhao@skyboxlabs.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions