Import errno
we need errno.CONNREFUSED, but through some merging mishaps(?) the part that actually imported errno was missing. Import the errno module. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
fe388400c4
commit
4a0d17b566
@ -24,6 +24,7 @@ import offlineimap.accounts
|
||||
import hmac
|
||||
import socket
|
||||
import base64
|
||||
import errno
|
||||
|
||||
from socket import gaierror
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user