UPD: dav_events: decoupled event model and eventflag model.

This commit is contained in:
2019-02-18 15:57:09 +01:00
parent a62d573b98
commit 6e1a07f3f6
5 changed files with 96 additions and 86 deletions

View File

@@ -1,3 +1,4 @@
from .event import Event, EventFlag
from .event import Event
from .eventflag import EventFlag
from .eventstatus import EventStatus
from .oneclickaction import OneClickAction