diff options
author | Miran <narimiran@disroot.org> | 2019-01-22 16:06:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 16:06:44 +0100 |
commit | 0ebfcd4c0f6a5c287c23c188c28df242e2349747 (patch) | |
tree | a380516904b2caa944dcb0962be55874a975f79b /tests/bind/tnicerrorforsymchoice.nim | |
parent | 54fecdb8dfa8a5721cb95b63cc8716283ee754d9 (diff) | |
download | Nim-0ebfcd4c0f6a5c287c23c188c28df242e2349747.tar.gz |
Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)
Diffstat (limited to 'tests/bind/tnicerrorforsymchoice.nim')
-rw-r--r-- | tests/bind/tnicerrorforsymchoice.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bind/tnicerrorforsymchoice.nim b/tests/bind/tnicerrorforsymchoice.nim index c06926805..684b83239 100644 --- a/tests/bind/tnicerrorforsymchoice.nim +++ b/tests/bind/tnicerrorforsymchoice.nim @@ -9,7 +9,7 @@ type AsyncScgiState* = object of RootObj ## SCGI state object #bug #442 -import sockets, asyncio, strtabs +import asyncnet, strtabs proc handleSCGIRequest[TScgi: ScgiState | AsyncScgiState](s: TScgi) = discard proc handleSCGIRequest(client: AsyncSocket, headers: StringTableRef, |