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