Fix compilation error.

This commit is contained in:
cheatfate 2019-07-06 11:18:19 +03:00
parent 8ba4fc9876
commit d8aae46ec1
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
# Apache License, version 2.0, (LICENSE-APACHEv2)
# MIT license (LICENSE-MIT)
import chronos/[asyncloop, asyncfutures2, asyncsync, handles, transport,
timer, version]
timer]
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer, version