from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("FnaluBatch Workgroup Install") # pixmap = "server.png" pixmap = "fnalu-interactive.png" sortPriority = 100 showLoginChoice = 1 description = ("This will install the Fnalu Batch workgroup.") def setGroupSelection(self, grpset, intf): FermiInstallClass.setGroupSelection(self, grpset, intf) grpset.selectGroup("fnalubatch") def setSteps(self, dispatch): FermiInstallClass.setSteps(self, dispatch); dispatch.skipStep("timezone")