summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-04 19:41:01 -0500
committerChris Lumens <clumens@redhat.com>2007-12-05 10:30:45 -0500
commit52a9331a20f82fd6f3aef18492fd2af61f830bdf (patch)
tree9e577d962cc2f01656e681c8705080bbfad0759c /installclass.py
parentf6e2614efd36df057897cafe3e49bc0957f60376 (diff)
downloadanaconda-52a9331a20f82fd6f3aef18492fd2af61f830bdf.tar.gz
anaconda-52a9331a20f82fd6f3aef18492fd2af61f830bdf.tar.xz
anaconda-52a9331a20f82fd6f3aef18492fd2af61f830bdf.zip
Remove base InstallMethod class and harddrive.py and urlinstall.py files.
This commit removes the base InstallMethod class without removing the users in other files, so obviously this commit cannot stand alone. installmethod.py and image.py at the very least still need significant changes.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index ffca2a451..d6a8806fa 100644
--- a/installclass.py
+++ b/installclass.py
@@ -81,9 +81,6 @@ class BaseInstallClass(object):
return _(self._description) % self._descriptionFields
description = property(_get_description)
- def postAction(self, anaconda, serial):
- anaconda.method.postAction(anaconda)
-
def setBootloader(self, id, location=None, forceLBA=0, password=None,
md5pass=None, appendLine="", driveorder = [],
timeout=None):