aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/tests/integration/test_lists.py')
-rw-r--r--okupy/tests/integration/test_lists.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/okupy/tests/integration/test_lists.py b/okupy/tests/integration/test_lists.py
index f75bd78..d7b47cb 100644
--- a/okupy/tests/integration/test_lists.py
+++ b/okupy/tests/integration/test_lists.py
@@ -7,8 +7,8 @@ from django.test.client import Client
from mockldap import MockLdap
-from .. import vars
-from ...common.test_helpers import ldap_users, set_search_seed
+from okupy.common.test_helpers import ldap_users, set_search_seed
+from okupy.tests import vars
class ListsIntegrationTests(TestCase):
@classmethod