From 62234589c8256261104c98db08110dda90343f8f Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 30 Mar 2015 22:42:39 +0200 Subject: [PATCH] missing attribute_kinds import fix (#6857) --- src/authentic2/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2/models.py b/src/authentic2/models.py index b26df6f..8479bf1 100644 --- a/src/authentic2/models.py +++ b/src/authentic2/models.py @@ -16,7 +16,7 @@ from django.contrib.auth import load_backend from model_utils.managers import QueryManager - +from . import attribute_kinds try: from django.contrib.contenttypes.fields import GenericForeignKey -- 2.1.4