mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
In versions of Python from 3.8 and forward, importing Mapping and MutableMapping from the collections module will no longer work. This change will try to import from the collections.abc module, which was added in Python 3.3, and fall back to the collections module on older versions of Python.
4.0 KiB
4.0 KiB