aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/accounts/models.py')
-rw-r--r--okupy/accounts/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/okupy/accounts/models.py b/okupy/accounts/models.py
index 277f470..4da7ee4 100644
--- a/okupy/accounts/models.py
+++ b/okupy/accounts/models.py
@@ -3,9 +3,10 @@
from django.conf import settings
from django.db import models
from ldapdb.models.fields import (CharField, IntegerField, ListField,
- FloatField, ACLField, DateField)
+ FloatField, DateField)
import ldapdb.models
+from okupy.common.fields import ACLField
from okupy.crypto.models import EncryptedPKModel