summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-14 14:29:26 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-14 14:29:26 +0000
commit2fedd8217d60a6e3c1620bc303245e3d2c0c7544 (patch)
tree7c6a465056dca6544bb865f6482be2bcd66cdc94 /dispatch.py
parentcfe365c41d98b30d8a1ac1987f7dcc504f6f1bce (diff)
downloadanaconda-2fedd8217d60a6e3c1620bc303245e3d2c0c7544.tar.gz
anaconda-2fedd8217d60a6e3c1620bc303245e3d2c0c7544.tar.xz
anaconda-2fedd8217d60a6e3c1620bc303245e3d2c0c7544.zip
2006-06-14 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): That wasn't supposed to be committed...
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dispatch.py b/dispatch.py
index 868511ca5..5967fe38b 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -58,9 +58,6 @@ log = logging.getLogger("anaconda")
# All install steps take the anaconda object as their sole argument. This
# gets passed in when we call the function.
installSteps = [
- ("networkdevicecheck", networkDeviceCheck, ),
- ("network", ),
-
("welcome", ),
("betanag", betaNagScreen, ),
("language", ),