summaryrefslogtreecommitdiff
path: root/devel/py-attrdict/files/patch-attrdict_mapping.py
blob: a3df223566100a68ae4459bf8781f150a5eab7bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- attrdict/mapping.py.orig	2022-12-06 06:58:43 UTC
+++ attrdict/mapping.py
@@ -1,7 +1,7 @@
 """
 An implementation of MutableAttr.
 """
-from collections import Mapping
+from collections.abc import Mapping
 
 import six