summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-19 22:05:34 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-19 22:05:34 +0000
commitf7ed4973a2954907429ed629e1233b008cf63d93 (patch)
tree91d0f0a34bd1a34d9cfc41acb2fbe15d43237934 /installmethod.py
parent03529e7352cbb44a8ea7dd9a713abe7341cdf4d4 (diff)
downloadanaconda-f7ed4973a2954907429ed629e1233b008cf63d93.tar.gz
anaconda-f7ed4973a2954907429ed629e1233b008cf63d93.tar.xz
anaconda-f7ed4973a2954907429ed629e1233b008cf63d93.zip
move unmountCD base method to correct base class
don't fail if we can't unmount the source image at filesDone(); they'll reboot soon enough anyway
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py
index c03fde4c6..ca183a404 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -99,3 +99,7 @@ class InstallMethod:
def getSourcePath(self):
pass
+
+ def unmountCD(self):
+ pass
+