[PATCH 1/3] UIDMaps: fix copyright line and re-order imports
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Tue Jun 28 14:48:00 BST 2016
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
offlineimap/folder/UIDMaps.py | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/offlineimap/folder/UIDMaps.py b/offlineimap/folder/UIDMaps.py
index 45c94bd..03ae777 100644
--- a/offlineimap/folder/UIDMaps.py
+++ b/offlineimap/folder/UIDMaps.py
@@ -1,5 +1,5 @@
# Base folder support
-# Copyright (C) 2002-2015 John Goerzen & contributors
+# Copyright (C) 2002-2016 John Goerzen & contributors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,13 +15,15 @@
# 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
+
from offlineimap import OfflineImapError
from .IMAP import IMAPFolder
-import os.path
-import six
class MappedIMAPFolder(IMAPFolder):
"""IMAP class to map between Folder() instances where both side assign a uid
--
2.7.4
More information about the OfflineIMAP-project
mailing list