mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
Fix imports from collections.abc
This commit is contained in:
parent
bd475115c4
commit
57d1a887e7
7 changed files with 22 additions and 20 deletions
|
@ -119,7 +119,8 @@ ConfigParser -- responsible for parsing a list of
|
|||
between keys and values are surrounded by spaces.
|
||||
"""
|
||||
|
||||
from collections import MutableMapping, OrderedDict as _default_dict, _ChainMap
|
||||
from collections.abc import MutableMapping
|
||||
from collections import OrderedDict as _default_dict, _ChainMap
|
||||
import functools
|
||||
import io
|
||||
import itertools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue