From 63a3b573afa7a8660803335f46ffe8b7a40b6ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 21 Jun 2016 15:08:03 +0200 Subject: [PATCH] TemporaryFix: change taiga.permissions.services to taiga.permissions.service --- taiga/export_import/management/commands/dump_project_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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