| d Z ddlZddlZddlZddlZddlZddlmZ ddlZ g Z
d Zd Zd Z
d Zd Zd Zd
Zd ZdS )z
Monkey patching of distutils.
N)
import_modulec n t j dk r| f| j z S t j | S )am
Returns the bases classes for cls sorted by the MRO.
Works around an issue on Jython where inspect.getmro will not return all
base classes if multiple classes share the same name. Instead, this
function will return a tuple containing the class itself, and the contents
of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.
Jython)platformpython_implementation __bases__inspectgetmro)clss q/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/monkey.py_get_mror
s7 %''833v
%%># c t | t rt n#t | t j rt
nd } || S )Nc d S )N )items r