summaryrefslogtreecommitdiff
path: root/setuptools/command/build_py.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/build_py.py')
-rw-r--r--setuptools/command/build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py
index ec062742..14094f8d 100644
--- a/setuptools/command/build_py.py
+++ b/setuptools/command/build_py.py
@@ -13,7 +13,7 @@ import warnings
from pathlib import Path
from typing import Dict, Iterable, Iterator, List, Optional, Tuple
-from setuptools._deprecation_warning import SetuptoolsDeprecationWarning
+from setuptools.warnings import SetuptoolsDeprecationWarning
from setuptools.extern.more_itertools import unique_everseen