aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/common/ldap_helpers.py')
-rw-r--r--okupy/common/ldap_helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/okupy/common/ldap_helpers.py b/okupy/common/ldap_helpers.py
index 4970e6a..817c786 100644
--- a/okupy/common/ldap_helpers.py
+++ b/okupy/common/ldap_helpers.py
@@ -4,8 +4,8 @@ from base64 import b64encode
from Crypto import Random
from passlib.hash import ldap_md5_crypt
-from ..crypto.ciphers import cipher
-from ..accounts.models import LDAPUser
+from okupy.crypto.ciphers import cipher
+from okupy.accounts.models import LDAPUser
def get_bound_ldapuser(request, password=None):