Changed import order

These changes close the lintian warning C0411.
This commit is contained in:
Rodolfo García Peñas (kix)
2020-08-29 21:10:16 +02:00
parent b94983ee8a
commit 7d62441dc2
11 changed files with 13 additions and 14 deletions

View File

@ -19,14 +19,13 @@ import fcntl
import time
import subprocess
import threading
import rfc6555
import socket
import errno
import zlib
from sys import exc_info
from hashlib import sha512, sha384, sha256, sha224, sha1
import six
import rfc6555
from offlineimap import OfflineImapError
from offlineimap.ui import getglobalui