summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-01 21:40:57 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-01 21:40:57 +0000
commit358bc3918ed227551f93f4efacb08f653a783e0d (patch)
treec3bb6813dde66bbb87f6daf61b51b7e06b7a00a1 /dispatch.py
parent8a3a1e1b47a2e66bbb67f2552b86c032a3829724 (diff)
downloadanaconda-358bc3918ed227551f93f4efacb08f653a783e0d.tar.gz
anaconda-358bc3918ed227551f93f4efacb08f653a783e0d.tar.xz
anaconda-358bc3918ed227551f93f4efacb08f653a783e0d.zip
don't pass the accounts object around either since it's superflous now
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 5045e4a73..cb6655345 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -94,7 +94,7 @@ installSteps = [
("firewall", ("intf", "id.network", "id.firewall")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),
- ("accounts", ("id.rootPassword", "id.accounts")),
+ ("accounts", ("id.rootPassword",)),
("authentication", ("id.auth",)),
("readcomps", readPackages, ("intf", "method", "id")),
("desktopchoice", ("intf", "id.instClass", "dispatch")),