summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-25 21:38:35 +0000
committerChris Lumens <clumens@redhat.com>2006-05-25 21:38:35 +0000
commitdced328421ec4099d8408ea83712132c16472478 (patch)
tree210a4c74ee3c551dacbef41591f17e4521cf291b /installmethod.py
parent46b8efbc70f2bccd7915d5b67c4c1e444b90b124 (diff)
downloadanaconda-dced328421ec4099d8408ea83712132c16472478.tar.gz
anaconda-dced328421ec4099d8408ea83712132c16472478.tar.xz
anaconda-dced328421ec4099d8408ea83712132c16472478.zip
Add switchMedia to abstract class.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py
index a1fd095e3..ede9cf9fc 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -79,6 +79,9 @@ class InstallMethod:
def badPackageError(self, pkgname):
pass
+ def switchMedia(self, mediano, filename=""):
+ pass
+
# this handles any cleanup needed for the method. it occurs *very* late
# (ie immediately before the congratulations screen). main use right now