Skip to content

Commit

Permalink
Add import for OfflineImapError
Browse files Browse the repository at this point in the history
Signed-off-by: Eygene Ryabinkin <[email protected]>
  • Loading branch information
aroig authored and konvpalto committed May 7, 2014
1 parent 8b4f86b commit 8dd6f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offlineimap/folder/Gmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import re

from offlineimap import imaputil
from offlineimap import imaputil, OfflineImapError
from offlineimap import imaplibutil
import offlineimap.accounts

Expand Down

0 comments on commit 8dd6f78

Please sign in to comment.