summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-11 04:20:45 +0000
committerMatt Wilson <msw@redhat.com>1999-08-11 04:20:45 +0000
commite931d3026128cde5b167459ca1d228c5b2401693 (patch)
treec1905e9c8d0c299593b644dfffe09899969da3da /text.py
parent2619149aa80851f0348427c8262e7d7797b13f8b (diff)
downloadanaconda-e931d3026128cde5b167459ca1d228c5b2401693.tar.gz
anaconda-e931d3026128cde5b167459ca1d228c5b2401693.tar.xz
anaconda-e931d3026128cde5b167459ca1d228c5b2401693.zip
indention error
Diffstat (limited to 'text.py')
-rw-r--r--text.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/text.py b/text.py
index cb846c2a5..98859fe6a 100644
--- a/text.py
+++ b/text.py
@@ -282,12 +282,12 @@ class NetworkWindow:
buttons = [ _("Ok") ])
continue
- dev.set (("bootproto", "static"))
- dev.set (("ipaddr", self.ip.value ()), ("netmask", self.nm.value ()),
- ("network", network), ("broadcast", broadcast))
- todo.network.gateway = self.gw.value ()
- todo.network.primaryNS = self.ns.value ()
- todo.network.guessHostnames ()
+ dev.set (("bootproto", "static"))
+ dev.set (("ipaddr", self.ip.value ()), ("netmask", self.nm.value ()),
+ ("network", network), ("broadcast", broadcast))
+ todo.network.gateway = self.gw.value ()
+ todo.network.primaryNS = self.ns.value ()
+ todo.network.guessHostnames ()
screen.popWindow()
break