Skip to content

Commit

Permalink
double-check travis UVLOOP hackery
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Aug 7, 2016
1 parent 6678709 commit 2a58dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZEO/asyncio/client.py
Expand Up @@ -4,6 +4,7 @@
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 2a58dd5

Please sign in to comment.