summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-14 14:15:53 -0500
committerChris Lumens <clumens@redhat.com>2007-12-14 14:15:53 -0500
commitf87faeea0eae49d86b83308cc34cebdd3709db9d (patch)
treed1e683159d77a006b1a3b3c7f609bf8b9f8f19cf /image.py
parent28ccf7aabef39bbe4446fd6ef74cb06cd416e9a3 (diff)
downloadanaconda-f87faeea0eae49d86b83308cc34cebdd3709db9d.tar.gz
anaconda-f87faeea0eae49d86b83308cc34cebdd3709db9d.tar.xz
anaconda-f87faeea0eae49d86b83308cc34cebdd3709db9d.zip
Remove an unused function.
Diffstat (limited to 'image.py')
-rw-r--r--image.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/image.py b/image.py
index a5d934cc5..d442ee27d 100644
--- a/image.py
+++ b/image.py
@@ -239,12 +239,6 @@ def presentRequiredMediaMessage(anaconda):
type="custom", custom_icon="warning",
custom_buttons=[_("_Reboot"), _("_Back"), _("_Continue")])
-def umountDirectory(self):
- try:
- isys.umount("/tmp/isodir", removeDir=0)
- except:
- pass
-
def umountImage(tree, currentMedia):
if currentMedia is not None:
isys.umount(tree, removeDir=0)