[PATCH 2/2] Re: Remove some unneeded includes from init.py

Nicolas Sebrecht nicolas.s-dev at laposte.net
Mon Dec 6 17:42:07 UTC 2010


On Mon, Dec 06, 2010 at 01:36:55PM +0100, Sebastian Spaeth wrote:
> 
> These were never needed. No functional changes.

This commit message is lying since do more than that.

Why do you rename the CustomConfigParser library...

> @@ -97,7 +96,7 @@ class OfflineImap:
>              config.set(section, key, value)
>      
>          ui = offlineimap.ui.detector.findUI(config, options.get('-u'))
> -        UIBase.setglobalui(ui)
> +        offlineimap.ui.UIBase.setglobalui(ui)

...and remove the UIBase import?

-- 
Nicolas Sebrecht



More information about the OfflineIMAP-project mailing list