from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("CDFlevel3 Workgroup Install")
#    pixmap = "server.png"
    pixmap = "cdf-farm.png"
    sortPriority = 100
    description = ("This will install the CDF level 3 workgroup.")

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

        comps["CDF level3"].select()
