mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix missing import (followup to #4473).
This commit is contained in:
parent
df204be922
commit
7fde5b3ccf
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@
|
|||
|
||||
# Imports
|
||||
|
||||
import re, socket
|
||||
import errno
|
||||
import re
|
||||
import socket
|
||||
|
||||
try:
|
||||
import ssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue