from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("CPD Server Workgroup Install") # pixmap = "workstation.png" pixmap = "cpdserver.png" sortPriority = 10 showLoginChoice = 1 description = ("This will install the CPD Server workgroup.") def setGroupSelection(self, grpset, intf): FermiInstallClass.setGroupSelection(self, grpset, intf) grpset.selectGroup("cpdserver")