[PATCH 01/13] Re: Remove an unneeded import

Nicolas Sebrecht nicolas.s-dev at laposte.net
Sun Feb 6 20:30:05 GMT 2011


On Sun, Feb 06, 2011 at 11:58:55AM -0500, Ethan Glasser-Camp wrote:
> 
> ---

Your Signed-off-by is missing; I need it to merge a patch (See
SubmittingPatches.rst).

>  offlineimap/folder/Gmail.py |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/offlineimap/folder/Gmail.py b/offlineimap/folder/Gmail.py
> index 374132a..57c0712 100644
> --- a/offlineimap/folder/Gmail.py
> +++ b/offlineimap/folder/Gmail.py
> @@ -20,7 +20,6 @@
>  """
>  
>  from IMAP import IMAPFolder
> -import imaplib
>  from offlineimap import imaputil, imaplibutil
                                   ^^^^^^^^^^^^^
>  from offlineimap.ui import UIBase
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  from copy import copy

Looks like these imports are unneeded, too. ,-)

-- 
Nicolas Sebrecht




More information about the OfflineIMAP-project mailing list