%PDF-1.4 %Óëéá 1 0 obj <> endobj 3 0 obj <> endobj 4 0 obj <
| Server IP : 212.252.79.165 / Your IP : 216.73.217.172 [ Web Server : Apache System : Linux 212-252-79-165.cprapid.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64 User : cehaburo ( 1001) PHP Version : 8.1.33 Disable Function : exec,passthru,shell_exec,system Domains : 48 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/dist-packages/setuptools/ |
Upload File : |
�
�C�^c @ s3 d Z d d l m Z d e e f d � � YZ d S( sC setuptools.errors
Provides exceptions used by setuptools modules.
i����( t DistutilsErrort RemovedCommandErrorc B s e Z d Z RS( sO Error used for commands that have been removed in setuptools.
Since ``setuptools`` is built on ``distutils``, simply removing a command
from ``setuptools`` will make the behavior fall back to ``distutils``; this
error is raised if a command exists in ``distutils`` but has been actively
removed in ``setuptools``.
( t __name__t
__module__t __doc__( ( ( s5 /usr/lib/python2.7/dist-packages/setuptools/errors.pyR s N( R t distutils.errorsR t RuntimeErrorR ( ( ( s5 /usr/lib/python2.7/dist-packages/setuptools/errors.pyt <module> s