summaryrefslogtreecommitdiff
path: root/tests/sandboxes/fallback.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sandboxes/fallback.py')
-rw-r--r--tests/sandboxes/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sandboxes/fallback.py b/tests/sandboxes/fallback.py
index 948e3a6de..0fd8ed4aa 100644
--- a/tests/sandboxes/fallback.py
+++ b/tests/sandboxes/fallback.py
@@ -20,7 +20,7 @@ import os
import pytest
from buildstream import _yaml
-from buildstream._exceptions import ErrorDomain
+from buildstream.exceptions import ErrorDomain
from buildstream.testing import cli # pylint: disable=unused-import
pytestmark = pytest.mark.integration