diff options
Diffstat (limited to 'tests/context/context.py')
-rw-r--r-- | tests/context/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/context/context.py b/tests/context/context.py index be0dd8a55..0db589a1a 100644 --- a/tests/context/context.py +++ b/tests/context/context.py @@ -1,7 +1,7 @@ import os import pytest -from buildstream import Context +from buildstream._context import Context from buildstream._exceptions import LoadError, LoadErrorReason from tests.testutils.site import HAVE_ROOT |