summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
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 ab689a849..743237eb9 100644
--- a/image.py
+++ b/image.py
@@ -45,7 +45,7 @@ else:
#
# dialog returns a value of 0 if user selected to abort install
def presentRequiredMediaMessage(anaconda):
- reqcds = anaconda.backend.ayum.tsInfo.reqmedia.keys()
+ reqcds = anaconda.backend.getRequiredMedia()
# if only one CD required no need to pop up a message
if len(reqcds) < 2: