File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/_distutils_hack.tar
Back
__pycache__/__init__.cpython-310.pyc 0000644 00000020041 15030221670 0013205 0 ustar 00 o �hc � @ s� d dl Z d dlZdZdd� Zdd� Zdd� Zd d � Zdd� ZG d d� d�ZG dd� d�Z e j D ]Zee de� �e j � q/e � Zdd� ZG dd� d�Zdd� Zdd� Zejdk r[eZdS dS )� NzPhttps://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.ymlc C s$ dt jvrd S dd l} | �d� d S )N� distutilsr a� Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module in `sys.modules`. This may lead to undesirable behaviors or errors. To avoid these issues, avoid using distutils directly, ensure that setuptools is installed in the traditional way (e.g. not an editable install), and/or make sure that setuptools is always imported before distutils.)�sys�modules�warnings�warn)r � r �K/usr/local/CyberCP/lib/python3.10/site-packages/_distutils_hack/__init__.py�warn_distutils_present s �r c C sL dt jvrd S dd l} | �dt� �� dd� t jD �}|D ]}t j|= qd S )Nr r z�Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at c S s"