summaryrefslogtreecommitdiff
path: root/buildstream/__init__.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-17 15:43:05 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-12-17 15:51:04 +0900
commitd75ab86f4ac8cbd760a557b90e9413186c593587 (patch)
tree6c9684899bff98400555ec209bda06d9004a4d51 /buildstream/__init__.py
parentb08f3b5e8d1d2bacea0b01518a5cee2660c38579 (diff)
downloadbuildstream-d75ab86f4ac8cbd760a557b90e9413186c593587.tar.gz
Main __init__.py: Import ProgramNotFoundError along with the others
Diffstat (limited to 'buildstream/__init__.py')
-rw-r--r--buildstream/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/__init__.py b/buildstream/__init__.py
index 4441bee52..b74c0c183 100644
--- a/buildstream/__init__.py
+++ b/buildstream/__init__.py
@@ -20,7 +20,7 @@
# Exceptions and utilities first
from .exceptions import PluginError, LoadError, LoadErrorReason, \
- PreflightError, FetchError, ImplError
+ PreflightError, FetchError, ImplError, ProgramNotFoundError
# Plugin auther facing APIs
from .source import Source