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 e77721b commit ddfa99eCopy full SHA for ddfa99e
neovim/msgpack_rpc/event_loop/asyncio.py
@@ -17,7 +17,7 @@
17
try:
18
# For python 3.4+, use the standard library module
19
import asyncio
20
-except ImportError:
+except ImportError, SyntaxError:
21
# Fallback to trollius
22
import trollius as asyncio
23
0 commit comments