예제 #1
0
파일: sde_log.py 프로젝트: mazalves/OrCS
    def GetKit(self):
        """
        Get the SDE kit.

        @return SDE kit
        """

        return sde_kit.SDEKit()
예제 #2
0
    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