summaryrefslogtreecommitdiff
path: root/setuptools/installer.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-06 19:01:07 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-06 19:01:38 +0000
commit384d0c49740cf666771b44139d514af7d6437d6c (patch)
tree834a2839e27a0e6cca639a3596123a7635cdbbbc /setuptools/installer.py
parent0f050a1cf4e71d79fb4402fe7ccbfcb148120234 (diff)
downloadpython-setuptools-git-384d0c49740cf666771b44139d514af7d6437d6c.tar.gz
Import SetuptoolsDeprecationWarning from setuptools.warnings
Diffstat (limited to 'setuptools/installer.py')
-rw-r--r--setuptools/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/installer.py b/setuptools/installer.py
index e9a7567a..137f35ac 100644
--- a/setuptools/installer.py
+++ b/setuptools/installer.py
@@ -10,7 +10,7 @@ from functools import partial
from . import _reqs
from .wheel import Wheel
-from ._deprecation_warning import SetuptoolsDeprecationWarning
+from .warnings import SetuptoolsDeprecationWarning
def _fixup_find_links(find_links):