diff options
| author | Erik Troan <ewt@redhat.com> | 2000-08-08 19:17:40 +0000 |
|---|---|---|
| committer | Erik Troan <ewt@redhat.com> | 2000-08-08 19:17:40 +0000 |
| commit | 95c94b1ee2d2ca433e2a767f36f6bace006f4305 (patch) | |
| tree | 7fb25e401967dc123ebc339fe0a901382d5f89dc /installmethod.py | |
| parent | d62dabcbddc7b42a5dabb72ca4b40dbab54c8ff4 (diff) | |
more run-out-of-disk-space-reasonable patches
Diffstat (limited to 'installmethod.py')
| -rw-r--r-- | installmethod.py | 3 |
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 |
