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