remove unneeded imports
This commit is contained in:
parent
4be3ffd207
commit
b9dc7dabaf
|
@ -9,9 +9,6 @@ import tables
|
||||||
import tcp_syni
|
import tcp_syni
|
||||||
import tcp_nutss
|
import tcp_nutss
|
||||||
|
|
||||||
from strutils import format, join
|
|
||||||
from nativesockets import setSockOptInt
|
|
||||||
|
|
||||||
type
|
type
|
||||||
Punchd = ref object
|
Punchd = ref object
|
||||||
unixSocket: AsyncSocket
|
unixSocket: AsyncSocket
|
||||||
|
|
Loading…
Reference in New Issue