[PATCH 2/2] Remove 'completed' property from Autopart spoke in text UI.

Vratislav Podzimek vpodzime at redhat.com
Wed Sep 4 05:43:49 UTC 2013


On Tue, 2013-09-03 at 08:31 -0400, Samantha N. Bueno wrote:
> Since it's not directly accessible, the 'completed' property is
> unnecessary.
> ---
>  pyanaconda/ui/tui/spokes/storage.py | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/pyanaconda/ui/tui/spokes/storage.py b/pyanaconda/ui/tui/spokes/storage.py
> index 92b5bf2..84ba1d4 100644
> --- a/pyanaconda/ui/tui/spokes/storage.py
> +++ b/pyanaconda/ui/tui/spokes/storage.py
> @@ -314,10 +314,6 @@ class AutoPartSpoke(NormalTUISpoke):
>      def indirect(self):
>          return True
>  
> -    @property
> -        def completed(self):
> -            return True # We're always complete
> -
Oh, I see those lines are removed here. But still I think the
indentation should not be changed in the previous patch.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list