Projet

Général

Profil

« Précédent | Suivant » 

Révision 9dbcc28a

Ajouté par Frédéric Péters il y a presque 3 ans

clicrdv: make legacy evolution objects inherit from new base (#54759)

Voir les différences:

auquotidien/modules/clicrdv.py
1
class AppointmentPart(object):
1
from wcs.workflows import EvolutionPart
2

  
3

  
4
class AppointmentPart(EvolutionPart):
2 5
    def view(self):
3 6
        return ''
4 7

  
5 8

  
6
class AppointmentErrorPart(object):
9
class AppointmentErrorPart(EvolutionPart):
7 10
    def view(self):
8 11
        return ''

Formats disponibles : Unified diff