mirror of https://github.com/python/cpython
Add missing sys import to socket_helper.py (GH-19791)
This commit is contained in:
parent
4db245ee9d
commit
5089bcd33f
|
@ -2,6 +2,7 @@ import contextlib
|
||||||
import errno
|
import errno
|
||||||
import socket
|
import socket
|
||||||
import unittest
|
import unittest
|
||||||
|
import sys
|
||||||
|
|
||||||
from .. import support
|
from .. import support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue