Fix timer export compilation bug.

This commit is contained in:
cheatfate 2019-07-06 11:23:34 +03:00
parent 9cc75aede4
commit a639dc5b0b
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@
# MIT license (LICENSE-MIT)
import chronos/[asyncloop, asyncfutures2, asyncsync, handles, transport,
timer]
export asyncloop, asyncfutures2, asyncsync, handles, transport, timers
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer