termux-packages/packages/python-tldp/tldp-ldpcollection.py.patch

12 lines
311 B
Diff
Raw Permalink Normal View History

2022-03-14 00:14:40 +01:00
--- a/tldp/ldpcollection.py
+++ b/tldp/ldpcollection.py
@@ -6,7 +6,7 @@
import collections
-class LDPDocumentCollection(collections.MutableMapping):
+class LDPDocumentCollection(collections.abc.MutableMapping):
'''a dict-like container for DocumentCollection objects
Intended to be subclassed.