summaryrefslogtreecommitdiff
path: root/gitlab/tests
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/tests')
-rw-r--r--gitlab/tests/test_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/tests/test_manager.py b/gitlab/tests/test_manager.py
index 16e13f2..4f4dbe1 100644
--- a/gitlab/tests/test_manager.py
+++ b/gitlab/tests/test_manager.py
@@ -25,7 +25,7 @@ from httmock import response # noqa
from httmock import urlmatch # noqa
from gitlab import * # noqa
-from gitlab.objects import BaseManager # noqa
+from gitlab.v3.objects import BaseManager # noqa
class FakeChildObject(GitlabObject):