summaryrefslogtreecommitdiff
path: root/buildstream/__init__.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-08 13:14:22 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-08 13:14:22 +0900
commite5751cf19a73d71fef6174548307bc8af261865d (patch)
treec796b7b931e120ed818cc2f2b6c80c5569b6465d /buildstream/__init__.py
parentbd24061d076c929575f1b90b122d2c0be3d4cdcc (diff)
downloadbuildstream-e5751cf19a73d71fef6174548307bc8af261865d.tar.gz
sandbox.py: Removed executor, sandbox is only an abstract class.
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 06cc421da..714ca1f6d 100644
--- a/buildstream/__init__.py
+++ b/buildstream/__init__.py
@@ -25,7 +25,7 @@ from .exceptions import PluginError, LoadError, LoadErrorReason, \
# Core components
from .context import Context
from .project import Project
-from .sandbox import Sandbox
+from .sandbox import Sandbox, SandboxFlags
# Plugin auther facing APIs
from .plugin import Plugin