Skip to content

Commit 57fb8bb

Browse files
committed
f
1 parent e4d3682 commit 57fb8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ready/connections.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import std/nativesockets, std/sequtils, std/os, std/strutils, std/parseutils,
44
when not defined(nimdoc):
55
# nimdoc produces bizarre and annoying errors
66
when defined(windows):
7-
from winlean import shutdown
7+
import winlean
88
elif defined(posix):
9-
from posix import shutdown
9+
import posix
1010

1111
export Port
1212

0 commit comments

Comments
 (0)