summaryrefslogtreecommitdiff
path: root/tests/testutils
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-20 18:47:08 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-20 18:59:34 -0500
commit1495ff931035011543c67fa0fd4e891373c63554 (patch)
tree597e6e9a8da7cd195fa14f71fe401d74f7896760 /tests/testutils
parentdf0a7823af48dbe3f827147a9124e72764bff8e0 (diff)
downloadbuildstream-1495ff931035011543c67fa0fd4e891373c63554.tar.gz
Fixing tests to adapt to new setup of ProgramNotFound exception
Diffstat (limited to 'tests/testutils')
-rw-r--r--tests/testutils/site.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testutils/site.py b/tests/testutils/site.py
index fb57c404b..e746d4a0f 100644
--- a/tests/testutils/site.py
+++ b/tests/testutils/site.py
@@ -4,8 +4,7 @@
import os
import sys
-from buildstream import utils
-from buildstream._exceptions import ProgramNotFoundError
+from buildstream import utils, ProgramNotFoundError
try:
utils.get_host_tool('bzr')