We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ca974 commit 4819bbcCopy full SHA for 4819bbc
ftplugin/orgmode/liborgmode/base.py
@@ -15,7 +15,7 @@
15
16
try:
17
from collections.abc import Iterable
18
-except ModuleNotFoundError:
+except ImportError:
19
# preserve compatibility with python < 3.10
20
from collections import Iterable
21
0 commit comments