diff --git a/acs/models.py b/acs/models.py index 840bc2e..da5ba9b 100644 --- a/acs/models.py +++ b/acs/models.py @@ -25,7 +25,7 @@ from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes import generic -from abac.models import AbacRule +from acs.abac.models import AbacRule class Namespace(models.Model):