summaryrefslogtreecommitdiff
path: root/tests/testutils/runcli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/runcli.py')
-rw-r--r--tests/testutils/runcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/runcli.py b/tests/testutils/runcli.py
index 593bc9448..0336d8fd5 100644
--- a/tests/testutils/runcli.py
+++ b/tests/testutils/runcli.py
@@ -10,7 +10,7 @@ from buildstream._frontend.main import cli as bst_cli
from buildstream import _yaml
# Special private exception accessor, for test case purposes
-from buildstream.exceptions import _get_last_exception
+from buildstream._exceptions import _get_last_exception
# Wrapper for the click.testing result