diff options
Diffstat (limited to 'installclasses/developer_workstation.py')
| -rw-r--r-- | installclasses/developer_workstation.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/installclasses/developer_workstation.py b/installclasses/developer_workstation.py deleted file mode 100644 index 71cba0279..000000000 --- a/installclasses/developer_workstation.py +++ /dev/null @@ -1,23 +0,0 @@ -import workstation -from rhpl.translate import N_ -import os - -class InstallClass(workstation.InstallClass): - name = N_("Developer Workstation") - pixmap = "workstation.png" - description = N_("Select this " - "installation type to install a graphical desktop " - "environment which includes tools for software " - "development.") - - sortPriority = 2 - - def setGroupSelection(self, comps): - workstation.InstallClass.setGroupSelection(self, comps) - comps["Emacs"].select() - comps["GNOME Software Development"].select() - comps["X Software Development"].select() - comps["Development Tools"].select() - - def __init__(self, expert): - workstation.InstallClass.__init__(self, expert) |
