summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-06-28 18:42:55 +0000
committerChris Lumens <clumens@redhat.com>2005-06-28 18:42:55 +0000
commitac120dc77bcbabf566beaaeceddfdf2575279b52 (patch)
tree182bcfff9484133b3fc420d848701db6ea1ee908 /exception.py
parent66e26cbfe6b118a8536bb1b72874865e75ebbcbf (diff)
downloadanaconda-ac120dc77bcbabf566beaaeceddfdf2575279b52.tar.gz
anaconda-ac120dc77bcbabf566beaaeceddfdf2575279b52.tar.xz
anaconda-ac120dc77bcbabf566beaaeceddfdf2575279b52.zip
Deprecate the langsupport kickstart keyword in favor of adding language
support package groups to the %packages section of the kickstart file.
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/exception.py b/exception.py
index 22c6f2feb..3d9274576 100644
--- a/exception.py
+++ b/exception.py
@@ -51,10 +51,8 @@ def dumpClass(instance, fd, level=0, parentkey=""):
"id.instLanguage.font",
"id.instLanguage.kbd",
"id.instLanguage.tz",
- "id.instLanguage.langInfoByName",
"id.instLanguage.langNicks",
"id.instLanguage.langList",
- "id.instLanguage.allSupportedLangs",
"id.rootPassword",
"id.tmpData",
"id.xsetup.xhwstate.monitor.monlist",
@@ -169,7 +167,6 @@ def dumpException(out, text, tb, dispatch):
# dispatch.id.xsetup.xhwstate.monitor.monids = None
# dispatch.id.instLanguage.langNicks = None
# dispatch.id.instLanguage.langList = None
-# dispatch.id.instLanguage.allSupportedLangs = None
# dispatch.intf.icw.buff = None
# except:
# pass