[PATCH] flags.py: remove unused flags

Vratislav Podzimek vpodzime at redhat.com
Wed Apr 10 09:46:01 UTC 2013


On Tue, 2013-04-09 at 10:11 -0400, Will Woods wrote:
> * flags.autostep and flags.autoscreenshot are handled by pykickstart now
> * flags.test was replaced by flags.testing
> ---
>  pyanaconda/flags.py | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/pyanaconda/flags.py b/pyanaconda/flags.py
> index 6440f93..df8609e 100644
> --- a/pyanaconda/flags.py
> +++ b/pyanaconda/flags.py
> @@ -45,14 +45,11 @@ class Flags(object):
>  
>      def __init__(self, read_cmdline=True):
>          self.__dict__['_in_init'] = True
> -        self.test = 0
>          self.livecdInstall = 0
>          self.dlabel = 0
>          self.ibft = 1
>          self.iscsi = 0
>          self.serial = 0
> -        self.autostep = 0
> -        self.autoscreenshot = 0
>          self.usevnc = 0
>          self.vncquestion = True
>          self.mpath = 1
Looks good to me.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list