mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 19:04:02 +08:00
monkey_patches: fix 3af29f7
This commit is contained in:
parent
bf86828445
commit
483a897db4
@ -4,7 +4,7 @@ import sys
|
||||
__all__ = []
|
||||
|
||||
|
||||
if sys.version_info[:2] >= (3, 5, 2):
|
||||
if sys.version_info[:3] >= (3, 5, 2):
|
||||
import asyncio
|
||||
|
||||
# See https://github.com/m-labs/artiq/issues/506
|
||||
|
Loading…
Reference in New Issue
Block a user