summaryrefslogtreecommitdiff
path: root/tests/artifactcache
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:15:33 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:15:33 +0900
commit27aac095bdb6b0025c989572789a1f98d8d89b3c (patch)
tree0ca7572b7db4b8b5fcb47e08fda41e22bbe41990 /tests/artifactcache
parent0defb35c0334d78e48bcf21ec6b106b67761e1bc (diff)
downloadbuildstream-27aac095bdb6b0025c989572789a1f98d8d89b3c.tar.gz
Refactoring: Move exceptions module to be private
Hide all of buildstream's internal exceptions from the API surface.
Diffstat (limited to 'tests/artifactcache')
-rw-r--r--tests/artifactcache/tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/artifactcache/tar.py b/tests/artifactcache/tar.py
index 835c5034d..d982aab01 100644
--- a/tests/artifactcache/tar.py
+++ b/tests/artifactcache/tar.py
@@ -7,7 +7,7 @@ import pytest
from buildstream._artifactcache.tarcache import Tar
from buildstream.utils import get_host_tool
-from buildstream.exceptions import ProgramNotFoundError
+from buildstream._exceptions import ProgramNotFoundError
# Test that it 'works' - this may be equivalent to test_archive_no_tar()