- return 'ComandoFuenteEjecutado(comando=%s, entrega=%s, inicio=%s, ' \
- 'fin=%s, exito=%s, observaciones=%s)' \
- % (self.comando.shortrepr(), self.entrega.shortrepr(),
- self.inicio, self.fin, self.exito, self.observaciones)
+ return super(ComandoFuenteEjecutado, self).__repr__(
+ 'comando=%s, entrega=%s' % (self.comando.shortrepr(),
+ self.entrega.shortrepr()))