From 0ac1dd8055c7d146eb69efe4da3dcfd6ea844180 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 21 Dec 2009 10:32:30 -0500 Subject: Move instLanguage to the Anaconda object. --- textw/timezone_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw/timezone_text.py') 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, -- cgit