[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.12.148.140: ~ $
#!/opt/alt/python35/bin/python3
# -*- coding: utf-8 -*-
import re
import sys

try:
    from pip._internal.cli.main import main
except ImportError:
    try:
        from pip._internal.main import main
    except ImportError:
        try:
            # If the user has downgraded pip, the above import will fail.
            # Let's try older methods of invoking it:

            # pip 19 uses this
            from pip._internal import main
        except ImportError:
            # older pip versions use this
            from pip import main

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

Filemanager

Name Type Size Permission Actions
.python3.5m.40009 File 11.12 KB 0755
chardetect File 401 B 0755
easy_install-3.5 File 246 B 0755
pbr File 164 B 0755
pip File 661 B 0755
pip-3 File 661 B 0755
pip-3.5 File 661 B 0755
pip3 File 661 B 0755
pip3.5 File 661 B 0755
pw_migrate File 422 B 0755
pwiz File 6.8 KB 0755
pydoc3 File 91 B 0755
pydoc3.5 File 91 B 0755
pyjwt File 305 B 0755
python3 File 11.05 KB 0755
python3.5 File 11.05 KB 0755
python3.5m File 11.05 KB 0755
pyvenv File 243 B 0755
pyvenv-3.5 File 243 B 0755