mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix missing import (followup to #4473).
This commit is contained in:
@@ -13,7 +13,9 @@ Based on the J. Myers POP3 draft, Jan. 96
|
||||
|
||||
# Imports
|
||||
|
||||
import re, socket
|
||||
import errno
|
||||
import re
|
||||
import socket
|
||||
|
||||
try:
|
||||
import ssl
|
||||
|
||||
Reference in New Issue
Block a user