We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171309d commit 43b1ab7Copy full SHA for 43b1ab7
nibabel/cifti2/cifti2.py
@@ -24,6 +24,7 @@
24
try:
25
from collections.abc import MutableSequence, MutableMapping, Iterable
26
except ImportError:
27
+ # PY2 compatibility
28
from collections import MutableSequence, MutableMapping, Iterable
29
from collections import OrderedDict
30
from .. import xmlutils as xml
0 commit comments