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

Vratislav Podzimek vpodzime at redhat.com
Wed Sep 18 17:11:08 UTC 2013


On Wed, 2013-09-18 at 10:26 -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"""
Thanks for fixing this. I wonder if we could patch makeupdates to
include some stubs in place of removed files to make errors like these
visible when testing.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list