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

11 lines
227 B
Python

--- attrdict/merge.py.orig 2019-02-01 22:18:30 UTC
+++ attrdict/merge.py
@@ -1,7 +1,7 @@
"""
A right-favoring Mapping merge.
"""
-from collections import Mapping
+from collections.abc import Mapping
__all__ = ['merge']