summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-08-11 18:06:12 +0000
committerChris Lumens <clumens@redhat.com>2006-08-11 18:06:12 +0000
commitcafc115e07a9f78850bd5a568102e04645e0208b (patch)
treefb4277b1e8d9a2ee50c4ba69dd0ea050ebef3401 /image.py
parent26ffb81aa9144f07f0be887d9ef0d6ddcd216393 (diff)
downloadanaconda-cafc115e07a9f78850bd5a568102e04645e0208b.tar.gz
anaconda-cafc115e07a9f78850bd5a568102e04645e0208b.tar.xz
anaconda-cafc115e07a9f78850bd5a568102e04645e0208b.zip
Move self.isoPath into the base ImageInstallMethod class (#201775).
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 77b534e8c..d24584a34 100644
--- a/image.py
+++ b/image.py
@@ -116,6 +116,7 @@ class ImageInstallMethod(InstallMethod):
def __init__(self, tree, rootPath, intf):
InstallMethod.__init__(self, tree, rootPath, intf)
self.tree = tree
+ self.isoPath = tree
self.splitmethod = True
class CdromInstallMethod(ImageInstallMethod):
@@ -530,7 +531,6 @@ class NfsIsoInstallMethod(NfsInstallMethod):
"""@param method: nfsiso:/mnt/source"""
tree = method[8:]
self.messageWindow = intf.messageWindow
- self.isoPath = tree
# the tree points to the directory that holds the iso images
# even though we already have the main one mounted once, it's