add compatibility layer for old clicrdv references (#38153)

This commit is contained in:
Frédéric Péters 2019-12-03 10:31:49 +01:00
parent c0bd758197
commit a601e8a1c5
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
class AppointmentPart(object):
def view(self):
return ''

View File

@ -1 +1,2 @@
from . import abelium_domino_workflow
from . import clicrdv