• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1class SetuptoolsDeprecationWarning(Warning):
2    """
3    Base class for warning deprecations in ``setuptools``
4
5    This class is not derived from ``DeprecationWarning``, and as such is
6    visible by default.
7    """
8