summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-23 21:14:20 +0000
committerChris Lumens <clumens@redhat.com>2005-03-23 21:14:20 +0000
commit68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b (patch)
tree4987450ced01aa3227df29c6787225681ca6df1e /exception.py
parent9e822d2730b96fb9a418070dce1138cc5fbafecd (diff)
downloadanaconda-68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b.tar.gz
anaconda-68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b.tar.xz
anaconda-68e971a9d0f3ac7e299aefe686c6e1ad8f25f96b.zip
Combined Language and InstallTimeLanguage in language.py into a single
class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/exception.py b/exception.py
index 0ec925955..7b716350f 100644
--- a/exception.py
+++ b/exception.py
@@ -50,10 +50,10 @@ def dumpClass(instance, fd, level=0, parentkey=""):
"id.instLanguage.font",
"id.instLanguage.kbd",
"id.instLanguage.tz",
- "id.langSupport.langInfoByName",
- "id.langSupport.langNicks",
- "id.langSupport.langList",
- "id.langSupport.allSupportedLangs",
+ "id.instLanguage.langInfoByName",
+ "id.instLanguage.langNicks",
+ "id.instLanguage.langList",
+ "id.instLanguage.allSupportedLangs",
"id.rootPassword",
"id.tmpData",
"id.xsetup.xhwstate.monitor.monlist",
@@ -166,9 +166,9 @@ def dumpException(out, text, tb, dispatch):
# if dispatch.id.xsetup and dispatch.id.xsetup.xhwstate and dispatch.id.xsetup.xhwstate.monitor:
# dispatch.id.xsetup.xhwstate.monitor.monlist = None
# dispatch.id.xsetup.xhwstate.monitor.monids = None
-# dispatch.id.langSupport.langNicks = None
-# dispatch.id.langSupport.langList = None
-# dispatch.id.langSupport.allSupportedLangs = None
+# dispatch.id.instLanguage.langNicks = None
+# dispatch.id.instLanguage.langList = None
+# dispatch.id.instLanguage.allSupportedLangs = None
# dispatch.intf.icw.buff = None
# except:
# pass