From 5d705f26e2e5bedc48572fa8756a5718ff9f5d0d Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Tue, 18 Oct 2016 14:58:02 +0200 Subject: [PATCH] UIDMaps: reorder imports Signed-off-by: Nicolas Sebrecht --- offlineimap/folder/UIDMaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap/folder/UIDMaps.py b/offlineimap/folder/UIDMaps.py index 52cc0fd..3259bad 100644 --- a/offlineimap/folder/UIDMaps.py +++ b/offlineimap/folder/UIDMaps.py @@ -15,10 +15,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import six import os.path from sys import exc_info from threading import Lock +import six from offlineimap import OfflineImapError from .IMAP import IMAPFolder