summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-12-16 20:24:29 +0000
committerErik Troan <ewt@redhat.com>1999-12-16 20:24:29 +0000
commitfd5264b5d48f69447b13053cd6e3f8244c2b48fe (patch)
treea898ec9ff7c9873cb6bb371e177f7b34473a0e59 /todo.py
parentb6c227d06b99dbe6630db0275f0ab53c594d44f7 (diff)
downloadanaconda-fd5264b5d48f69447b13053cd6e3f8244c2b48fe.tar.gz
anaconda-fd5264b5d48f69447b13053cd6e3f8244c2b48fe.tar.xz
anaconda-fd5264b5d48f69447b13053cd6e3f8244c2b48fe.zip
removed some redundant initializations
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/todo.py b/todo.py
index 1edf43b14..07010f36a 100644
--- a/todo.py
+++ b/todo.py
@@ -301,9 +301,8 @@ class ToDo:
self.badBlockCheck = 0
self.bootdisk = 0
self.liloImages = {}
- self.liloDevice = None
- self.liloLinear = 1
- self.liloAppend = None
+ # liloDevice, liloLinear, liloAppend are initialized form the
+ # default install class
arch = iutil.getArch ()
if arch == "sparc":
self.silo = SiloInstall (self)