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