diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-12 06:54:38 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-12 06:54:38 +0000 |
commit | 993a04149a7a55c43ab5d3715effb26e84155e7a (patch) | |
tree | ede908ea568ac852fe94a4c5bda3cd1e7f28773f | |
parent | b3343eeb9fbcde8fe9bfb81add614f774c8b286e (diff) | |
download | anaconda-993a04149a7a55c43ab5d3715effb26e84155e7a.tar.gz anaconda-993a04149a7a55c43ab5d3715effb26e84155e7a.tar.xz anaconda-993a04149a7a55c43ab5d3715effb26e84155e7a.zip |
add devel tools
-rw-r--r-- | installclasses/developer_workstation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/developer_workstation.py b/installclasses/developer_workstation.py index b623d64e6..64fdaa8ce 100644 --- a/installclasses/developer_workstation.py +++ b/installclasses/developer_workstation.py @@ -17,6 +17,7 @@ class InstallClass(workstation.InstallClass): 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) |