summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 11:47:40 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 15:07:19 -0500
commite5998dbf0c6627668d09851401a681025743f4ca (patch)
tree6a25d68673e8d341b68ee2a5e468e7f13da3663c /iw
parenta220b9fb076ce1eb21c1e15d6af8dc43a4cce877 (diff)
downloadanaconda-e5998dbf0c6627668d09851401a681025743f4ca.tar.gz
anaconda-e5998dbf0c6627668d09851401a681025743f4ca.tar.xz
anaconda-e5998dbf0c6627668d09851401a681025743f4ca.zip
Move timezone to the Anaconda object.
Diffstat (limited to 'iw')
-rw-r--r--iw/language_gui.py2
-rw-r--r--iw/timezone_gui.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py
index f023932d8..952f8a895 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -50,7 +50,7 @@ class LanguageWindow (InstallWindow):
self.instLang.instLang = self.lang
self.instLang.systemLang = self.lang
- anaconda.id.timezone.setTimezoneInfo(anaconda.instLanguage.getDefaultTimeZone(anaconda.rootPath))
+ anaconda.timezone.setTimezoneInfo(anaconda.instLanguage.getDefaultTimeZone(anaconda.rootPath))
self.ics.getICW().setLanguage()
return None
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 38a93b080..4a6ca7983 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -88,7 +88,7 @@ class TimezoneWindow(InstallWindow):
# TimezoneWindow tag="timezone"
def getScreen(self, anaconda):
self.intf = anaconda.intf
- self.timezone = anaconda.id.timezone
+ self.timezone = anaconda.timezone
(self.default, asUTC) = self.timezone.getTimezoneInfo()
if not self.default: