summaryrefslogtreecommitdiffstats
path: root/installclasses/developer_workstation.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-12 07:57:58 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-12 07:57:58 +0000
commit525ec447d32550e2559e7918742211252e2bd093 (patch)
tree4ab5226fa10edf98eff9db27b88a73e207a127dd /installclasses/developer_workstation.py
parent327880a214096afe447b3378bd93aa13d8001085 (diff)
wacky hacks to get things unselected right. need to come up with a better way when I've slept more
Diffstat (limited to 'installclasses/developer_workstation.py')
-rw-r--r--installclasses/developer_workstation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/developer_workstation.py b/installclasses/developer_workstation.py
index 64fdaa8ce..71cba0279 100644
--- a/installclasses/developer_workstation.py
+++ b/installclasses/developer_workstation.py
@@ -13,7 +13,7 @@ class InstallClass(workstation.InstallClass):
sortPriority = 2
def setGroupSelection(self, comps):
- workstation.InstallClass.__init__(self, comps)
+ workstation.InstallClass.setGroupSelection(self, comps)
comps["Emacs"].select()
comps["GNOME Software Development"].select()
comps["X Software Development"].select()