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