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