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