Skip to content

Commit b77b214

Browse files
committed
Rename _stdlib module to _backport_stdlib_names
1 parent ef3cb1d commit b77b214

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

astroid/modutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if sys.version_info >= (3, 10):
3939
from sys import stdlib_module_names
4040
else:
41-
from astroid._stdlib import stdlib_module_names
41+
from astroid._backport_stdlib_names import stdlib_module_names
4242

4343
logger = logging.getLogger(__name__)
4444

0 commit comments

Comments
 (0)