mirror of https://github.com/m-labs/artiq.git
monkey_patches: fix 3af29f7
This commit is contained in:
parent
b643847da5
commit
452bc6ecac
|
@ -4,7 +4,7 @@ import sys
|
||||||
__all__ = []
|
__all__ = []
|
||||||
|
|
||||||
|
|
||||||
if sys.version_info[:2] >= (3, 5, 2):
|
if sys.version_info[:3] >= (3, 5, 2):
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
# See https://github.com/m-labs/artiq/issues/506
|
# See https://github.com/m-labs/artiq/issues/506
|
||||||
|
|
Loading…
Reference in New Issue