from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("ClueD0 Workstation Workgroup Install")
#    pixmap = "workstation.png"
    pixmap = "ClueD0Workstation.png"
    sortPriority = 10
    showLoginChoice = 1
    description = ("This will install the ClueD0 workgroup.")

    def setGroupSelection(self, comps, intf):
	FermiInstallClass.setGroupSelection(self, comps, intf)

        comps["ClueD0 Workstation"].select()