Skip to content

Commit

Permalink
Yup, the uvloop travis hack worked :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Aug 7, 2016
1 parent 2a58dd5 commit 7812cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ZEO/asyncio/client.py
Expand Up @@ -4,7 +4,6 @@
import asyncio
try:
from uvloop import new_event_loop
print('USING_UVLOOP')
except ImportError:
from asyncio import new_event_loop
else:
Expand Down

0 comments on commit 7812cc5

Please sign in to comment.