예제 #1
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(
         self,
         Entity,
         entity_type_id=shots_service.get_episode_type()["id"])
예제 #2
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, TaskStatus)
예제 #3
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Comment)
예제 #4
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Person)
예제 #5
0
파일: assets.py 프로젝트: eliemichel/zou
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Entity,
                                              self.delete_func)
예제 #6
0
파일: team.py 프로젝트: tokejepsen/zou
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, ProjectPersonLink)
예제 #7
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, PreviewFile)
예제 #8
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(
         self, Entity, entity_type_id=shots_service.get_sequence_type().id)