[PATCH] ProgressHub no longer exists in pyanaconda/ui/tui/hubs.

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Sep 18 14:25:31 UTC 2013


Ack.

On Wed, Sep 18, 2013 at 10:26:06AM -0400, Chris Lumens wrote:
> ---
>  pyanaconda/ui/tui/__init__.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/pyanaconda/ui/tui/__init__.py b/pyanaconda/ui/tui/__init__.py
> index 31bcff5..f97b0fb 100644
> --- a/pyanaconda/ui/tui/__init__.py
> +++ b/pyanaconda/ui/tui/__init__.py
> @@ -27,7 +27,6 @@ from pyanaconda.flags import flags
>  from pyanaconda.threads import threadMgr
>  import simpleline as tui
>  from hubs.summary import SummaryHub
> -from hubs.progress import ProgressHub
>  from spokes import StandaloneSpoke
>  from tuiobject import YesNoDialog, ErrorDialog
>  
> @@ -126,7 +125,7 @@ class TextUserInterface(ui.UserInterface):
>  
>      def _list_hubs(self):
>          """returns the list of hubs to use"""
> -        return [SummaryHub, ProgressHub]
> +        return [SummaryHub]
>  
>      def _is_standalone(self, spoke):
>          """checks if the passed spoke is standalone"""
> -- 
> 1.8.1.2
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list