git-p4: remove string type aliasing
authorYang Zhao <yang.zhao@skyboxlabs.com>
Fri, 13 Dec 2019 23:52:37 +0000 (15:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 20:53:39 +0000 (12:53 -0800)
commit1f8b46d0a4fdcb6fea566405cfc5422d39c36d52
tree6a79f6bb4d67ea95da5af2c2a19c43c64f8c8e34
parent484d09c303f271bdbdc2b7ed597e1d8f3959ce0f
git-p4: remove string type aliasing

Now that python2.7 is the minimum required version and we no longer use
the basestring type, it is not necessary to use type aliasing to ensure
python3 compatibility.

Signed-off-by: Yang Zhao <yang.zhao@skyboxlabs.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py