[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.95: ~ $
import sys

from . import Distribution


def inspect(path):
    print("Inspecting", path)
    dists = list(Distribution.discover(path=[path]))
    if not dists:
        return
    print("Found", len(dists), "packages:", end=' ')
    print(', '.join(dist.name for dist in dists))


def run():
    for path in sys.path:
        inspect(path)


if __name__ == '__main__':
    run()

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 33.29 KB 0644
_adapters.py File 2.35 KB 0644
_collections.py File 743 B 0644
_functools.py File 2.83 KB 0644
_itertools.py File 2.02 KB 0644
_meta.py File 1.76 KB 0644
_text.py File 2.12 KB 0644
diagnose.py File 379 B 0644