[PATCH] flags.py: remove unused flags

Will Woods wwoods at redhat.com
Tue Apr 9 14:11:19 UTC 2013


* 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
-- 
1.8.1.4



More information about the anaconda-patches mailing list