Files
termux-packages/packages/python-tldp/tldp-ldpcollection.py.patch
termux-actions[bot] 2dd0dcf5ee packages/python-tldp
2022-03-15 02:30:29 +00:00

12 lines
311 B
Diff

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