[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.165: ~ $
#!/opt/alt/python37/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
chardetect File 977 B 0755
futurize File 973 B 0755
jsonschema File 986 B 0755
lswsgi File 110.93 KB 0755
pasteurize File 977 B 0755
pip File 661 B 0755
pip-3 File 661 B 0755
pip-3.7 File 661 B 0755
pip3 File 661 B 0755
pip3.7 File 661 B 0755
pydoc3 File 91 B 0755
pydoc3.7 File 91 B 0755
python3 File 7.74 KB 0755
python3-config File 173 B 0755
python3.7 File 7.74 KB 0755
python3.7-config File 173 B 0755
python3.7m File 7.74 KB 0755
python3.7m-config File 173 B 0755
python3.7m-x86_64-config File 3.57 KB 0755
pyvenv File 448 B 0755
pyvenv-3.7 File 448 B 0755
raven File 961 B 0755
virtualenv File 992 B 0755
virtualenv-3 File 992 B 0755
virtualenv-37 File 992 B 0755