UPD: dav_events: renamed utils method to roles.

This commit is contained in:
2019-06-05 12:07:21 +02:00
parent 4c67995680
commit abb013cadc
12 changed files with 15 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ from django.db import models
from django.utils import timezone
from django.utils.encoding import python_2_unicode_compatible
from ..utils import get_ghost_user, get_system_user
from . import get_ghost_user, get_system_user
def get_system_user_id():