summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 02:48:42 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 02:48:42 +0000
commitbaa60da5edf6b84af8ef28d90a5cd24a05fc37c2 (patch)
tree5c3c0c016dad56031fb610b2e00bd5cbeb45bbe0 /textw/timezone_text.py
parentf99e777398aacc444e47fb41350b454633efb7db (diff)
downloadanaconda-baa60da5edf6b84af8ef28d90a5cd24a05fc37c2.tar.gz
anaconda-baa60da5edf6b84af8ef28d90a5cd24a05fc37c2.tar.xz
anaconda-baa60da5edf6b84af8ef28d90a5cd24a05fc37c2.zip
copyright - I wouldn't to claim this code...
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 5202f6307..89104948b 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -59,7 +59,7 @@ class TimezoneWindow:
if rc:
(default, asUtc, asArc) = rc
else:
- default = todo.instLang.getDefaultTimeZone()
+ default = instLang.getDefaultTimeZone()
asUtc = 0
bb = ButtonBar(screen, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON])