Projet

Général

Profil

0001-add-stub-AppointmentErrorPart-38531.patch

Frédéric Péters, 14 décembre 2019 06:39

Télécharger (681 octets)

Voir les différences:

Subject: [PATCH] add stub AppointmentErrorPart (#38531)

 auquotidien/modules/clicrdv.py | 4 ++++
 1 file changed, 4 insertions(+)
auquotidien/modules/clicrdv.py
1 1
class AppointmentPart(object):
2 2
    def view(self):
3 3
        return ''
4

  
5
class AppointmentErrorPart(object):
6
    def view(self):
7
        return ''
4
-