GRAYBYTE WORDPRESS FILE MANAGER9157

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /lib/python3.8/site-packages/setuptools/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib/python3.8/site-packages/setuptools//site-patch.py
def __boot():
    import sys
    import os
    PYTHONPATH = os.environ.get('PYTHONPATH')
    if PYTHONPATH is None or (sys.platform == 'win32' and not PYTHONPATH):
        PYTHONPATH = []
    else:
        PYTHONPATH = PYTHONPATH.split(os.pathsep)

    pic = getattr(sys, 'path_importer_cache', {})
    stdpath = sys.path[len(PYTHONPATH):]
    mydir = os.path.dirname(__file__)

    for item in stdpath:
        if item == mydir or not item:
            continue  # skip if current dir. on Windows, or my own directory
        importer = pic.get(item)
        if importer is not None:
            loader = importer.find_module('site')
            if loader is not None:
                # This should actually reload the current module
                loader.load_module('site')
                break
        else:
            try:
                import imp  # Avoid import loop in Python 3
                stream, path, descr = imp.find_module('site', [item])
            except ImportError:
                continue
            if stream is None:
                continue
            try:
                # This should actually reload the current module
                imp.load_module('site', stream, path, descr)
            finally:
                stream.close()
            break
    else:
        raise ImportError("Couldn't find the real 'site' module")

    known_paths = dict([(makepath(item)[1], 1) for item in sys.path])  # 2.2 comp

    oldpos = getattr(sys, '__egginsert', 0)  # save old insertion position
    sys.__egginsert = 0  # and reset the current one

    for item in PYTHONPATH:
        addsitedir(item)

    sys.__egginsert += oldpos  # restore effective old position

    d, nd = makepath(stdpath[0])
    insert_at = None
    new_path = []

    for item in sys.path:
        p, np = makepath(item)

        if np == nd and insert_at is None:
            # We've hit the first 'system' path entry, so added entries go here
            insert_at = len(new_path)

        if np in known_paths or insert_at is None:
            new_path.append(item)
        else:
            # new path after the insert point, back-insert it
            new_path.insert(insert_at, item)
            insert_at += 1

    sys.path[:] = new_path


if __name__ == 'site':
    __boot()
    del __boot

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 05 2024 23:45:22
root / root
0755
__pycache__
--
March 05 2024 23:45:21
root / root
0755
_vendor
--
March 05 2024 23:45:21
root / root
0755
command
--
March 05 2024 23:45:21
root / root
0755
extern
--
March 05 2024 23:45:21
root / root
0755
__init__.py
7.112 KB
April 21 2022 12:45:22
root / root
0644
_deprecation_warning.py
0.213 KB
April 21 2022 12:45:22
root / root
0644
_imp.py
2.171 KB
April 21 2022 12:45:22
root / root
0644
archive_util.py
6.438 KB
April 21 2022 12:45:22
root / root
0644
build_meta.py
9.372 KB
April 21 2022 12:45:22
root / root
0644
config.py
20.053 KB
April 21 2022 12:45:22
root / root
0644
dep_util.py
0.913 KB
April 21 2022 12:45:22
root / root
0644
depends.py
5.388 KB
April 21 2022 12:45:22
root / root
0644
dist.py
49.13 KB
April 21 2022 12:45:22
root / root
0644
extension.py
1.688 KB
April 21 2022 12:45:22
root / root
0644
glibc.py
3.072 KB
April 21 2022 12:45:22
root / root
0644
glob.py
4.965 KB
April 21 2022 12:45:22
root / root
0644
launch.py
0.769 KB
April 21 2022 12:45:22
root / root
0644
lib2to3_ex.py
1.966 KB
April 21 2022 12:45:22
root / root
0644
monkey.py
5.141 KB
April 21 2022 12:45:22
root / root
0644
msvc.py
45.655 KB
April 21 2022 12:45:22
root / root
0644
namespaces.py
3.124 KB
April 21 2022 12:45:22
root / root
0644
package_index.py
39.653 KB
April 21 2022 12:45:22
root / root
0644
pep425tags.py
10.606 KB
April 21 2022 12:45:22
root / root
0644
py27compat.py
1.461 KB
April 21 2022 12:45:22
root / root
0644
py31compat.py
0.818 KB
April 21 2022 12:45:22
root / root
0644
py33compat.py
1.299 KB
April 21 2022 12:45:22
root / root
0644
py34compat.py
0.239 KB
April 21 2022 12:45:22
root / root
0644
sandbox.py
13.941 KB
April 21 2022 12:45:22
root / root
0644
script (dev).tmpl
0.213 KB
April 21 2022 12:45:22
root / root
0644
script.tmpl
0.135 KB
April 21 2022 12:45:22
root / root
0644
site-patch.py
2.248 KB
April 21 2022 12:45:22
root / root
0644
ssl_support.py
8.294 KB
April 21 2022 12:45:22
root / root
0644
unicode_utils.py
0.973 KB
April 21 2022 12:45:22
root / root
0644
version.py
0.141 KB
April 21 2022 12:45:22
root / root
0644
wheel.py
7.904 KB
April 21 2022 12:45:22
root / root
0644
windows_support.py
0.697 KB
April 21 2022 12:45:22
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF