UIDMaps: reorder imports

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-10-18 14:58:02 +02:00
parent 097d1e07fa
commit 5d705f26e2

View File

@ -15,10 +15,10 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import six
import os.path import os.path
from sys import exc_info from sys import exc_info
from threading import Lock from threading import Lock
import six
from offlineimap import OfflineImapError from offlineimap import OfflineImapError
from .IMAP import IMAPFolder from .IMAP import IMAPFolder