diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-11 18:50:17 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-11 18:50:17 +0000 |
commit | 0bea5181d9613216153f66be6887d53f46aba78d (patch) | |
tree | ddd8632a7343107ea1b7585620aa65ff745ce87d /dispatch.py | |
parent | 4e67d4811981475d6d0cbcf2e572a310c0ad6b7d (diff) | |
download | anaconda-0bea5181d9613216153f66be6887d53f46aba78d.tar.gz anaconda-0bea5181d9613216153f66be6887d53f46aba78d.tar.xz anaconda-0bea5181d9613216153f66be6887d53f46aba78d.zip |
remove inadvertent debug bits that crept in
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dispatch.py b/dispatch.py index 02f953ce7..4bda60f9f 100644 --- a/dispatch.py +++ b/dispatch.py @@ -49,24 +49,6 @@ from network import networkDeviceCheck # in the second case, the function is called directly from the dispatcher installSteps = [ -# ("readcomps", readPackages, ("intf", "method", "id")), -# ("package-selection", ("id.comps", "dispatch")), -# ("package-group-select-hack", packageGroupSelectHack, ("id.instClass", "id",)), -# ("indivpackage", ("id.comps", "id.hdList")), -# ("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")), -# ("network", ("id.network", "dispatch", "intf")), - ("installtype", ("dispatch", "id", "method", "intf")), - ("desktopchoice", ("intf", "dispatch")), - ("readcomps", readPackages, ("intf", "method", "id")), - ("findpackages", upgradeFindPackages, ("intf", "method", "id", - "instPath", "dir")), - ("package-selection", ("id.comps", "dispatch")), - ("package-group-select-hack", packageGroupSelectHack, ("id.instClass", "id",)), - ("indivpackage", ("id.comps", "id.hdList")), - ("partitionobjinit", partitionObjectsInitialize, ("id.diskset", - "id.partitions", - "dir", "intf")), - ("partition", ("id.fsset", "id.diskset", "id.partitions", "intf")), ("welcome", ("id.configFileData",)), ("betanag", betaNagScreen, ("intf", "dir")), ("language", ("intf", "id.instLanguage")), |