summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 9d6e96f72..8f7e6b2c8 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1279,7 +1279,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
self.ayum.repos.callback = None
def getDefaultGroups(self, anaconda):
- langs = anaconda.id.instLanguage.getCurrentLangSearchList()
+ langs = anaconda.instLanguage.getCurrentLangSearchList()
rc = map(lambda x: x.groupid,
filter(lambda x: x.default, self.ayum.comps.groups))
for g in self.ayum.comps.groups: