[PATCH] Re: Remove unneeded imports of UIBase
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Wed Feb 9 18:32:23 GMT 2011
On Tue, Feb 08, 2011 at 10:42:46PM +0100, Sebastian wrote:
>
> Code was broken, as these backends import UIBase (which had been moved).
> However, they don't use it, so we can just delete the import.
> Sorry, I failed to find those earlier somehow.
>
> Signed-off-by: Sebastian <Sebastian at SSpaeth.de>
> ---
> offlineimap/folder/Gmail.py | 1 -
> offlineimap/folder/UIDMaps.py | 1 -
> 2 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/offlineimap/folder/Gmail.py b/offlineimap/folder/Gmail.py
> index 374132a..59d3253 100644
> --- a/offlineimap/folder/Gmail.py
> +++ b/offlineimap/folder/Gmail.py
> @@ -22,7 +22,6 @@
> from IMAP import IMAPFolder
> import imaplib
> from offlineimap import imaputil, imaplibutil
> -from offlineimap.ui import UIBase
> from copy import copy
Thanks, applied. imaplib and imaplibutil looks both unneeded, too.
--
Nicolas Sebrecht
More information about the OfflineIMAP-project
mailing list