mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
monkey_patches: cleanup
This commit is contained in:
parent
349774e65e
commit
72bf39f593
@ -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
Block a user