diff --git a/taiga/export_import/management/commands/dump_project_async.py b/taiga/export_import/management/commands/dump_project_async.py index d48a0c19..8052e538 100644 --- a/taiga/export_import/management/commands/dump_project_async.py +++ b/taiga/export_import/management/commands/dump_project_async.py @@ -22,7 +22,7 @@ from django.conf import settings from taiga.projects.models import Project from taiga.users.models import User -from taiga.permissions.services import is_project_admin +from taiga.permissions.service import is_project_admin from taiga.export_import import tasks