We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30be3ce commit bf01e7dCopy full SHA for bf01e7d
src/xmlsec/crypto.py
@@ -22,7 +22,7 @@
22
if six.PY2:
23
from UserDict import DictMixin
24
else:
25
- from collections import MutableMapping as DictMixin
+ from collections.abc import MutableMapping as DictMixin
26
27
NS = {'ds': 'http://www.w3.org/2000/09/xmldsig#'}
28
0 commit comments