summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-08-13 20:56:30 +0000
committerChris Lumens <clumens@redhat.com>2007-08-13 20:56:30 +0000
commit52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e (patch)
tree8916866f73d71a1cf7454c861dfc4c7e2b70461b /installmethod.py
parent9a5be41f597d8fbafc557d02cb93a35772422ff6 (diff)
downloadanaconda-52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e.tar.gz
anaconda-52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e.tar.xz
anaconda-52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e.zip
One "disc" media is just a special case of multiple discs.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index e8155e6b9..20e9af476 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -92,7 +92,6 @@ class InstallMethod:
self.rootPath = rootpath
self.intf = intf
self.tree = None
- self.splitmethod = False
## Get the base URI for the method.
# @return The base URI for this installation method.