Second version (squashed) of TUI patch

Jesse Keating jkeating at redhat.com
Fri Aug 10 17:54:50 UTC 2012


On 08/10/2012 07:11 AM, Martin Sivak wrote:
> +__all__ = ["UserInterface", "collect"]
> +
> +import os
> +from common import collect

I really don't like indirect importing like this.  Don't include 
collectin the __all__ and have all callers of collect properly

from pyanaconda.ui.common import collect

-- 
Jesse Keating
Fedora -- FreedomĀ² is a feature!


More information about the anaconda-patches mailing list