summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-02-18 11:00:56 -0500
committerChris Lumens <clumens@redhat.com>2008-02-18 11:00:56 -0500
commitbaf01eac0031c5004caf7b3c9da2c8e359f57e12 (patch)
treedca552beade8a73c4584e9e6b467ad5f2305dfdd /textw
parentf0b9b25a937b3f98561646b41cccec727e224e80 (diff)
downloadanaconda-baf01eac0031c5004caf7b3c9da2c8e359f57e12.tar.gz
anaconda-baf01eac0031c5004caf7b3c9da2c8e359f57e12.tar.xz
anaconda-baf01eac0031c5004caf7b3c9da2c8e359f57e12.zip
Remove more references to ARC (#433229).
Diffstat (limited to 'textw')
-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 8a88d5008..228b5d65a 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -65,7 +65,7 @@ class TimezoneWindow:
def __call__(self, screen, anaconda):
timezones = self.getTimezoneList()
- (default, asUtc, asArc) = anaconda.id.timezone.getTimezoneInfo()
+ (default, asUtc) = anaconda.id.timezone.getTimezoneInfo()
if not default:
default = anaconda.id.instLanguage.getDefaultTimeZone()