diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-14 14:29:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-14 14:29:26 +0000 |
commit | 2fedd8217d60a6e3c1620bc303245e3d2c0c7544 (patch) | |
tree | 7c6a465056dca6544bb865f6482be2bcd66cdc94 | |
parent | cfe365c41d98b30d8a1ac1987f7dcc504f6f1bce (diff) | |
download | anaconda-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...
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | dispatch.py | 3 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,9 @@ 2006-06-14 Jeremy Katz <katzj@redhat.com> - * yuminstall.py (YumBackend.kernelVersionList): I still can't type. + * dispatch.py (installSteps): That wasn't supposed to be committed... + + * yuminstall.py (YumBackend.kernelVersionList): I still can't + type, especially at 1 am. 2006-06-14 Jeremy Katz <katzj@redhat.com> 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", ), |