summaryrefslogtreecommitdiff
path: root/buildstream/__init__.py
diff options
context:
space:
mode:
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 cda2808d3..f8a2db354 100644
--- a/buildstream/__init__.py
+++ b/buildstream/__init__.py
@@ -20,7 +20,7 @@
# Exceptions and utilities first
from .exceptions import PluginError, LoadError, LoadErrorReason, \
- SourceError, ElementError, ImplError, ProgramNotFoundError
+ SourceError, ElementError, ImplError, ProgramNotFoundError, PlatformError
# Core components
from .context import Context