mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-08 18:13:40 +01:00
test: remove import socket
in test_ipv6_local
This commit is contained in:
parent
3ce40e64d4
commit
460fa8e0d9
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ def test_ipv6_local():
|
||||||
'''
|
'''
|
||||||
Check for (local) IPv6 support.
|
Check for (local) IPv6 support.
|
||||||
'''
|
'''
|
||||||
import socket
|
|
||||||
# By using SOCK_DGRAM this will not actually make a connection, but it will
|
# By using SOCK_DGRAM this will not actually make a connection, but it will
|
||||||
# fail if there is no route to IPv6 localhost.
|
# fail if there is no route to IPv6 localhost.
|
||||||
have_ipv6 = True
|
have_ipv6 = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue