opnsense-ports/devel/py-attrdict/files/patch-attrdict_mapping.py
Franco Fichtner 073c52923a */*: sync with upstream
Taken from: FreeBSD
2022-12-14 13:03:22 +01:00

11 lines
224 B
Python

--- 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