summary refs log tree commit diff stats
path: root/tests/bind/tnicerrorforsymchoice.nim
diff options
context:
space:
mode:
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,