forked from M-Labs/artiq
monkey_patches: cleanup
This commit is contained in:
parent
056a5a7e4d
commit
3af29f7a59
|
@ -4,7 +4,7 @@ import sys
|
|||
__all__ = []
|
||||
|
||||
|
||||
if sys.version_info[:2] == (3, 5) and sys.version_info[2] in (2, 3):
|
||||
if sys.version_info[:2] >= (3, 5, 2):
|
||||
import asyncio
|
||||
|
||||
# See https://github.com/m-labs/artiq/issues/506
|
||||
|
|
Loading…
Reference in New Issue