Commit 417b4b61 authored by Jim Fulton's avatar Jim Fulton

Yup, the uvloop travis hack worked :)

parent e459238d
...@@ -4,7 +4,6 @@ if PY3: ...@@ -4,7 +4,6 @@ if PY3:
import asyncio import asyncio
try: try:
from uvloop import new_event_loop from uvloop import new_event_loop
print('USING_UVLOOP')
except ImportError: except ImportError:
from asyncio import new_event_loop from asyncio import new_event_loop
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment