X7ROOT File Manager
Current Path:
/opt/alt/python39/lib/python3.9/site-packages/setuptools
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
setuptools
/
??
..
??
__init__.py
(7.49 KB)
??
__pycache__
??
_deprecation_warning.py
(218 B)
??
_distutils
??
_imp.py
(2.34 KB)
??
_vendor
??
archive_util.py
(6.91 KB)
??
build_meta.py
(10.04 KB)
??
command
??
config.py
(22.58 KB)
??
dep_util.py
(949 B)
??
depends.py
(5.35 KB)
??
dist.py
(42.08 KB)
??
errors.py
(524 B)
??
extension.py
(1.64 KB)
??
extern
??
glob.py
(4.76 KB)
??
installer.py
(3.48 KB)
??
launch.py
(812 B)
??
monkey.py
(5.09 KB)
??
msvc.py
(49.38 KB)
??
namespaces.py
(3.02 KB)
??
package_index.py
(38.95 KB)
??
py34compat.py
(245 B)
??
sandbox.py
(14.01 KB)
??
script (dev).tmpl
(218 B)
??
script.tmpl
(138 B)
??
unicode_utils.py
(941 B)
??
version.py
(144 B)
??
wheel.py
(8.09 KB)
??
windows_support.py
(714 B)
Editing: errors.py
"""setuptools.errors Provides exceptions used by setuptools modules. """ from distutils.errors import DistutilsError class RemovedCommandError(DistutilsError, RuntimeError): """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``. """
Upload File
Create Folder