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 fb6ce42 commit cf3e5d7Copy full SHA for cf3e5d7
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, SyntaxError:
+except (ImportError, SyntaxError):
21
# Fallback to trollius
22
import trollius as asyncio
23
0 commit comments