summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-07-20 16:06:37 +0000
committerChris Lumens <clumens@redhat.com>2006-07-20 16:06:37 +0000
commit48f1c16b5cce2bd21fc8835c43c9287387601d86 (patch)
treeef7de842ad577c8b87fca15ccd0d83182b240db2 /textw/timezone_text.py
parent4fadbf5bde8cda49187a7275fb1ae9ebdb6af358 (diff)
downloadanaconda-48f1c16b5cce2bd21fc8835c43c9287387601d86.tar.gz
anaconda-48f1c16b5cce2bd21fc8835c43c9287387601d86.tar.xz
anaconda-48f1c16b5cce2bd21fc8835c43c9287387601d86.zip
Make GMT offset timezones available in the UI (#199076).
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 e9aa9f7d2..e49b30a2b 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -31,7 +31,7 @@ class TimezoneWindow:
import zonetab
zt = zonetab.ZoneTab()
- zoneList = [ x.tz for x in zt.getEntries() if x.lat != None and x.long != None ]
+ zoneList = [ x.tz for x in zt.getEntries() ]
zoneList.sort()
return zoneList