summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2018-08-14 17:22:25 +0100
committerJim MacArthur <jim.macarthur@codethink.co.uk>2018-08-20 12:23:37 +0100
commit1175cfe6adbf566b336902b688cccd8716562b2e (patch)
tree5222354699c8224912b062ec2134644acb1458bc
parent5afa40d82a954236f12b3dc969827106622158ee (diff)
downloadbuildstream-1175cfe6adbf566b336902b688cccd8716562b2e.tar.gz
sandbox/__init__.py: Add SandboxRemote
-rw-r--r--buildstream/sandbox/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/sandbox/__init__.py b/buildstream/sandbox/__init__.py
index 53e170fbd..2c76e9e8e 100644
--- a/buildstream/sandbox/__init__.py
+++ b/buildstream/sandbox/__init__.py
@@ -20,3 +20,4 @@
from .sandbox import Sandbox, SandboxFlags
from ._sandboxchroot import SandboxChroot
from ._sandboxbwrap import SandboxBwrap
+from ._sandboxremote import SandboxRemote