def GetKit(self): """ Get the SDE kit. @return SDE kit """ return sde_kit.SDEKit()
def GetKit(self): """ Get the SDE kit. @return SDE kit """ kit_obj = sde_kit.SDEKit() self.pin = kit_obj.pin self.path = kit_obj.path self.script_path = kit_obj.path self.kit_type = kit_obj.kit_type return kit_obj