aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/tests/integration/test_index.py')
-rw-r--r--okupy/tests/integration/test_index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/okupy/tests/integration/test_index.py b/okupy/tests/integration/test_index.py
index 8650860..ec5626f 100644
--- a/okupy/tests/integration/test_index.py
+++ b/okupy/tests/integration/test_index.py
@@ -4,8 +4,8 @@ from django.conf import settings
from django.test.client import Client
from mockldap import MockLdap
-from .. import vars
-from ...common.test_helpers import OkupyTestCase, ldap_users, set_search_seed
+from okupy.common.test_helpers import OkupyTestCase, ldap_users, set_search_seed
+from okupy.tests import vars
class IndexIntegrationTests(OkupyTestCase):