mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +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
|
@ -2,7 +2,7 @@ import unittest
|
|||
import shelve
|
||||
import glob
|
||||
from test import support
|
||||
from collections import MutableMapping
|
||||
from collections.abc import MutableMapping
|
||||
from test.test_dbm import dbm_iterator
|
||||
|
||||
def L1(s):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue