diff --git a/src/RelLib.py b/src/RelLib.py index b98e07935..f29822ffd 100644 --- a/src/RelLib.py +++ b/src/RelLib.py @@ -4032,6 +4032,7 @@ class EventRef: to the refereneced event. """ + ROLE_UNKNOWN = -1 ROLE_CUSTOM = 0 ROLE_PRIMARY = 1 ROLE_CLERGY = 2