diff options
| author | Mike Fulbright <msf@redhat.com> | 2002-07-18 19:23:16 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2002-07-18 19:23:16 +0000 |
| commit | 5f1b83dee084cbb4df7a03adbba5ce4bdbc3a5a8 (patch) | |
| tree | ac6dc4958b6a246d5e02fb2af2f1df0d3dd41a33 /installclasses/developer_workstation.py | |
| parent | 26752d268d0a9e77983b049f345c757c8f2abd40 (diff) | |
new installclass changes
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) |
