Sign in
android
/
platform
/
prebuilts
/
python
/
linux-x86
/
refs/heads/android-games-sdk-game-activity-release
/
.
/
bin
/
pip3
blob: 39784950e6d7a94a21fb7845b56bd4e77dd2d7f9 [
file
] [
log
] [
blame
] [
edit
]
#!/tmpfs/src/git/out/python3/install/bin/python3.9
# -*- coding: utf-8 -*-
import
re
import
sys
from
pip
.
_internal
.
cli
.
main
import
main
if
__name__
==
'__main__'
:
sys
.
argv
[
0
]
=
re
.
sub
(
r
'(-script\.pyw|\.exe)?$'
,
''
,
sys
.
argv
[
0
])
sys
.
exit
(
main
())