summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 10:32:30 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 14:07:30 -0500
commit0ac1dd8055c7d146eb69efe4da3dcfd6ea844180 (patch)
tree788f8b4d92a6211c442c816eda1dda4a6e58d42e /textw/timezone_text.py
parente146251c0bd1b9325401eb15b9b157d886a8ff4a (diff)
downloadanaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.tar.gz
anaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.tar.xz
anaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.zip
Move instLanguage to the Anaconda object.
Diffstat (limited to 'textw/timezone_text.py')
-rw-r--r--textw/timezone_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index ab5ebe1bf..9d8dc2665 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -67,7 +67,7 @@ class TimezoneWindow:
timezones = self.getTimezoneList()
(default, asUtc) = anaconda.id.timezone.getTimezoneInfo()
if not default:
- default = anaconda.id.instLanguage.getDefaultTimeZone(anaconda.rootPath)
+ default = anaconda.instLanguage.getDefaultTimeZone(anaconda.rootPath)
bb = ButtonBar(screen, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON])
t = TextboxReflowed(30,