summaryrefslogtreecommitdiff
path: root/devel/py-attrdict/files/patch-attrdict_default.py
blob: d0f6e558f2517cb0900fde2f9b72cce31b44f4cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- attrdict/default.py.orig	2019-02-01 22:18:30 UTC
+++ attrdict/default.py
@@ -1,7 +1,7 @@
 """
 A subclass of MutableAttr that has defaultdict support.
 """
-from collections import Mapping
+from collections.abc import Mapping
 
 import six