Fix compilation error.
This commit is contained in:
parent
8ba4fc9876
commit
d8aae46ec1
|
@ -6,5 +6,5 @@
|
||||||
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
||||||
# MIT license (LICENSE-MIT)
|
# MIT license (LICENSE-MIT)
|
||||||
import chronos/[asyncloop, asyncfutures2, asyncsync, handles, transport,
|
import chronos/[asyncloop, asyncfutures2, asyncsync, handles, transport,
|
||||||
timer, version]
|
timer]
|
||||||
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer, version
|
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer, version
|
||||||
|
|
Loading…
Reference in New Issue