from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("CMSserver Workgroup Install") # pixmap = "server.png" pixmap = "cms-server.png" sortPriority = 100 description = ("This will install the CMS Server workgroup.") def setGroupSelection(self, comps, intf): FermiInstallClass.setGroupSelection(self, comps, intf) comps["CMS Server"].select()