[PATCH] Re: Add missing OfflineImapError import in folder/UIDMaps.py

Nicolas Sebrecht nicolas.s-dev at laposte.net
Mon Jul 30 17:46:52 BST 2012


On Tue, Jun 05, 2012 at 01:45:10AM +0100, Dmitrijs Ledkovs wrote:
> Bug-Debian: http://bugs.debian.org/671279
> Reported-by: Ansgar Burchardt <ansgar at debian.org>
> Signed-off-by: Dmitrijs Ledkovs <xnox at debian.org>
> ---
>  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

Applied; thanks.

-- 
Nicolas Sebrecht




More information about the OfflineIMAP-project mailing list