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