monkey_patches: fix 3af29f7

This commit is contained in:
Chris Ballance 2017-03-28 23:09:42 +01:00 committed by David Nadlinger
parent b643847da5
commit 452bc6ecac
1 changed files with 1 additions and 1 deletions

View File

@ -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