from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("SDSS Workgroup Install") # pixmap = "workstation.png" pixmap = "sdss.png" sortPriority = 150 showLoginChoice = 1 description = ("This will install the SDSS workgroup.") def setGroupSelection(self, comps, intf): FermiInstallClass.setGroupSelection(self, comps, intf) comps["SDSS"].select()