Files

8 lines
218 B
Python
Raw Permalink Normal View History

2019-10-20 13:16:49 +02:00
class SetuptoolsDeprecationWarning(Warning):
"""
Base class for warning deprecations in ``setuptools``
This class is not derived from ``DeprecationWarning``, and as such is
visible by default.
"""