mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
11 lines
246 B
Python
11 lines
246 B
Python
--- 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
|
|
|