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:
Sebastian Spaeth 2011-08-15 13:15:36 +02:00 committed by Nicolas Sebrecht
parent fe388400c4
commit 4a0d17b566

View File

@ -24,6 +24,7 @@ import offlineimap.accounts
import hmac import hmac
import socket import socket
import base64 import base64
import errno
from socket import gaierror from socket import gaierror
try: try: