Bug-Debian: http://bugs.debian.org/671279 Reported-by: Ansgar Burchardt <[email protected]> Signed-off-by: Dmitrijs Ledkovs <[email protected]> --- offlineimap/folder/UIDMaps.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/offlineimap/folder/UIDMaps.py b/offlineimap/folder/UIDMaps.py index f1c11e4..f571772 100644 --- a/offlineimap/folder/UIDMaps.py +++ b/offlineimap/folder/UIDMaps.py @@ -15,6 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA from threading import Lock +from offlineimap import OfflineImapError from .IMAP import IMAPFolder import os.path -- 1.7.10 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

