Projet

Général

Profil

Télécharger (201 octets) Statistiques
| Branche: | Tag: | Révision:

root / auquotidien / modules / clicrdv.py @ 9dbcc28a

1
from wcs.workflows import EvolutionPart
2

    
3

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

    
8

    
9
class AppointmentErrorPart(EvolutionPart):
10
    def view(self):
11
        return ''
(6-6/14)