summaryrefslogtreecommitdiffstats
path: root/language.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-13 18:54:39 +0000
committerChris Lumens <clumens@redhat.com>2005-04-13 18:54:39 +0000
commit2634794d3866667e1e897c1cf2b1be34b4009f75 (patch)
tree444fef5783d043e1c5069c888de0fcde86cbed60 /language.py
parent2e1d6920edb7b4e226c691fca61c35b2961e0b45 (diff)
downloadanaconda-2634794d3866667e1e897c1cf2b1be34b4009f75.tar.gz
anaconda-2634794d3866667e1e897c1cf2b1be34b4009f75.tar.xz
anaconda-2634794d3866667e1e897c1cf2b1be34b4009f75.zip
Don't set the list of supported languages in Language.__init__ by default.
Instead, only set this list in the install interfaces if kickstart hasn't taken care of it already.
Diffstat (limited to 'language.py')
-rw-r--r--language.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/language.py b/language.py
index b2ca0547a..caf30f4b0 100644
--- a/language.py
+++ b/language.py
@@ -116,7 +116,6 @@ class Language:
# Set the language for anaconda to be using based on current $LANG.
self.setRuntimeLanguage(self.current)
self.setDefault(self.current)
- self.setSupported([self.current])
# Convert what might be a shortened form of a language's nick (en or
# en_US, for example) into the full version (en_US.UTF-8). If we