from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("CDFoffsite Workgroup Install") # pixmap = "workstation.png" pixmap = "cdf-desktop.png" sortPriority = 100 description = ("This will install the CDF Offsite workgroup.") def setGroupSelection(self, comps, intf): FermiInstallClass.setGroupSelection(self, comps, intf) comps["CDF offsite desktop"].select()