Fix missing import (followup to #4473).
This commit is contained in:
parent
df204be922
commit
7fde5b3ccf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue