monkey_patches: fix 3af29f7

pull/696/head
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__ = []
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