summaryrefslogtreecommitdiffstats
path: root/network.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-04 15:27:30 +0000
committerChris Lumens <clumens@redhat.com>2006-05-04 15:27:30 +0000
commitb15bb5d63e411f94476c7f064fec70e7c4209803 (patch)
tree39e58df2a3b9fe742b1843e9830254fa4f2a57f2 /network.py
parent4599e0880fa17eedb9f733ec3531395bb2910990 (diff)
downloadanaconda-b15bb5d63e411f94476c7f064fec70e7c4209803.tar.gz
anaconda-b15bb5d63e411f94476c7f064fec70e7c4209803.tar.xz
anaconda-b15bb5d63e411f94476c7f064fec70e7c4209803.zip
Finish making non-UI steps pass around the anaconda object.
Diffstat (limited to 'network.py')
-rw-r--r--network.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network.py b/network.py
index 819e39fb7..7a9f6570e 100644
--- a/network.py
+++ b/network.py
@@ -56,10 +56,10 @@ def sanityCheckHostname(hostname):
return None
-def networkDeviceCheck(network, dispatch):
- devs = network.available()
+def networkDeviceCheck(anaconda):
+ devs = anaconda.id.network.available()
if not devs:
- dispatch.skipStep("network")
+ anaconda.dispatch.skipStep("network")
# return if the device is of a type that requires a ptpaddr to be specified