From d962b8f0c576a214d883957d099a8c575e62ecc5 Mon Sep 17 00:00:00 2001 From: bfox Date: Tue, 10 Jul 2001 04:46:54 +0000 Subject: pychecker fix --- iw/timezone_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py index 07749944b..8eef59bc8 100644 --- a/iw/timezone_gui.py +++ b/iw/timezone_gui.py @@ -130,7 +130,7 @@ class TimezoneWindow (InstallWindow): swList = List (tz.citylist) self.list = swList.children ()[0] - (self.default, asUTC, asArc) = rc = self.timezone.getTimezoneInfo() + (self.default, asUTC, asArc) = self.timezone.getTimezoneInfo() if self.default: self.default = _(self.default) -- cgit