summaryrefslogtreecommitdiffstats
path: root/iw/timezone_gui.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 /iw/timezone_gui.py
parente146251c0bd1b9325401eb15b9b157d886a8ff4a (diff)
downloadanaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.tar.gz
anaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.tar.xz
anaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.zip
Move instLanguage to the Anaconda object.
Diffstat (limited to 'iw/timezone_gui.py')
-rw-r--r--iw/timezone_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 226b776e8..38a93b080 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -92,7 +92,7 @@ class TimezoneWindow(InstallWindow):
(self.default, asUTC) = self.timezone.getTimezoneInfo()
if not self.default:
- self.default = anaconda.id.instLanguage.getDefaultTimeZone(anaconda.rootPath)
+ self.default = anaconda.instLanguage.getDefaultTimeZone(anaconda.rootPath)
asUTC = 0
if (string.find(self.default, "UTC") != -1):