Comment 1 for bug 222948

Revision history for this message
Helder Fraga (whise) wrote :

will be fixed in 0.0.1

line 245

  # remove duplicates
  for app in applist:
   if applist.count(app) > 1:
    applist.remove(app)
  # sort list
  applist.sort()