summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-08-08 19:17:40 +0000
committerErik Troan <ewt@redhat.com>2000-08-08 19:17:40 +0000
commit95c94b1ee2d2ca433e2a767f36f6bace006f4305 (patch)
tree7fb25e401967dc123ebc339fe0a901382d5f89dc /installmethod.py
parentd62dabcbddc7b42a5dabb72ca4b40dbab54c8ff4 (diff)
more run-out-of-disk-space-reasonable patches
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 a162b6bc3..4a9e8de86 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -15,6 +15,9 @@ class InstallMethod:
def readHeaders(self):
pass
+ def systemUnmounted(self, fstab, mntPoint, selected):
+ pass
+
def systemMounted(self, fstab, mntPoint, selected):
pass