[PATCH 2/2] Move all languages found by geoip to the top in Welcome spoke

Chris Lumens clumens at redhat.com
Thu Sep 12 15:07:28 UTC 2013


> +        # if there are no translations for the given locales,
> +        # use default
> +        if not langs_with_translations:
> +            localization.setup_locale(DEFAULT_LANG, self.data.lang)
> +            lang_itr, locale_itr = self._select_locale(self.data.lang.lang)

locale_itr here is going to be an unused variable that pylint screams
about.

- Chris


More information about the anaconda-patches mailing list