aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-03 08:51:28 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-03 08:51:28 +0000
commit06fbe58d9794d2b3eaea047348cb2710d5cb0100 (patch)
treea0a0097d188890815d795e52f1bfdb8cdd16c351
parentiw/timezone_gui.py: fix the way the UI is loaded (diff)
downloadanaconda-06fbe58d9794d2b3eaea047348cb2710d5cb0100.tar.gz
anaconda-06fbe58d9794d2b3eaea047348cb2710d5cb0100.tar.bz2
anaconda-06fbe58d9794d2b3eaea047348cb2710d5cb0100.zip
iw/timezone_gui.py: fix indents
-rw-r--r--iw/timezone_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 0b02096..720f87e 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -55,7 +55,7 @@ class TimezoneWindow(InstallWindow):
self.zonetab = zonetab.ZoneTab()
# Pull in a bunch of widgets.
- (self.xml, self.vbox) = gui.getGladeWidget("timezone.glade", "tz_vbox")
+ (self.xml, self.vbox) = gui.getGladeWidget("timezone.glade", "tz_vbox")
self.utcCheckbox = self.xml.get_widget("utc_check")
ics.setTitle(_("Time Zone Selection"))
@@ -103,7 +103,7 @@ class TimezoneWindow(InstallWindow):
# TimezoneWindow tag="timezone"
def getScreen(self, anaconda):
- self.intf = anaconda.intf
+ self.intf = anaconda.intf
self.timezone = anaconda.timezone
(self.default, asUTC) = self.timezone.getTimezoneInfo()