Example #1
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(
         self,
         Entity,
         entity_type_id=shots_service.get_episode_type()["id"])
Example #2
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, TaskStatus)
Example #3
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Comment)
Example #4
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Person)
Example #5
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, Entity,
                                              self.delete_func)
Example #6
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, ProjectPersonLink)
Example #7
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(self, PreviewFile)
Example #8
0
 def __init__(self):
     ImportRemoveShotgunBaseResource.__init__(
         self, Entity, entity_type_id=shots_service.get_sequence_type().id)