summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-28 18:27:22 +0000
committerMike Fulbright <msf@redhat.com>2002-06-28 18:27:22 +0000
commite51ed239edb094fea694fb71cb500ba7eb35d4e3 (patch)
tree056381dbb531d26b6ef8a63ea6c939ed702e19e9 /comps.py
parentaec763a264f10a27006784d9f5c16235d8267d34 (diff)
downloadanaconda-e51ed239edb094fea694fb71cb500ba7eb35d4e3.tar.gz
anaconda-e51ed239edb094fea694fb71cb500ba7eb35d4e3.tar.xz
anaconda-e51ed239edb094fea694fb71cb500ba7eb35d4e3.zip
fix order to put defaults closer to start
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/comps.py b/comps.py
index 718f3f04a..265c3a085 100644
--- a/comps.py
+++ b/comps.py
@@ -816,11 +816,6 @@ def orderPackageGroups(curgroups):
"Printing Support",
"GNOME Desktop Environment",
"KDE Desktop Environment",
- "Authoring and Publishing",
- "Games and Entertainment",
- "GNOME Games and Entertainment",
- "KDE Games and Entertainment",
- "X Based Games and Entertainment",
"Messaging and Web Tools",
"GNOME Messaging and Web Tools",
"KDE Messaging and Web Tools",
@@ -830,6 +825,11 @@ def orderPackageGroups(curgroups):
"Office/Productivity Software",
"GNOME Office/Productivity Software",
"KDE Office/Productivity Software",
+ "Authoring and Publishing",
+ "Games and Entertainment",
+ "GNOME Games and Entertainment",
+ "KDE Games and Entertainment",
+ "X Based Games and Entertainment",
"Emacs",
"Kernel Development",
"Software Development",