]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing sys import to socket_helper.py (GH-19791)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 29 Apr 2020 11:32:31 +0000 (12:32 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 11:32:31 +0000 (12:32 +0100)
Lib/test/support/socket_helper.py

index b09c248cfccdfa98ee89c40bab2428261ddc7877..0ac844556292634c2bf2de507a3e642624912656 100644 (file)
@@ -2,6 +2,7 @@ import contextlib
 import errno
 import socket
 import unittest
+import sys
 
 from .. import support