summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-08-09 17:41:56 +0000
committerErik Troan <ewt@redhat.com>2000-08-09 17:41:56 +0000
commit58d55d42d4b01fe0e1093d12e76b9511f371c80e (patch)
tree21717a17ef44739def60b254967851d1164a37f1 /installmethod.py
parent3c8e561633883139db0ac4333c11f9d563fd37dc (diff)
downloadanaconda-58d55d42d4b01fe0e1093d12e76b9511f371c80e.tar.gz
anaconda-58d55d42d4b01fe0e1093d12e76b9511f371c80e.tar.xz
anaconda-58d55d42d4b01fe0e1093d12e76b9511f371c80e.zip
systemUnmounted took wrong parameters
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index 4a9e8de86..f295fe71c 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -15,7 +15,7 @@ class InstallMethod:
def readHeaders(self):
pass
- def systemUnmounted(self, fstab, mntPoint, selected):
+ def systemUnmounted(self):
pass
def systemMounted(self, fstab, mntPoint, selected):