Relative imports and reformat code (auto)

This commit is contained in:
Alex Root Junior 2017-12-10 02:40:59 +02:00
parent 6a64573e44
commit 0295aed615
8 changed files with 19 additions and 6 deletions

View file

@ -16,8 +16,8 @@ except ImportError:
pass
else:
import asyncio
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
VERSION = Version(1, 0, 3, stage=Stage.DEV, build=0)
API_VERSION = Version(3, 5)