summary refs log tree commit diff stats
path: root/tests/bind/tnicerrorforsymchoice.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-01-22 16:06:44 +0100
committerGitHub <noreply@github.com>2019-01-22 16:06:44 +0100
commit0ebfcd4c0f6a5c287c23c188c28df242e2349747 (patch)
treea380516904b2caa944dcb0962be55874a975f79b /tests/bind/tnicerrorforsymchoice.nim
parent54fecdb8dfa8a5721cb95b63cc8716283ee754d9 (diff)
downloadNim-0ebfcd4c0f6a5c287c23c188c28df242e2349747.tar.gz
Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)
Diffstat (limited to 'tests/bind/tnicerrorforsymchoice.nim')
-rw-r--r--tests/bind/tnicerrorforsymchoice.nim2
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,