summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2018-08-14 17:22:25 +0100
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2018-09-07 13:57:29 +0100
commitda53c00566c53a45bdb732cfc1168eb985832d8a (patch)
treedaf1c107b65fa022e375dd84426138b9cb346b39
parent43651af0febce2b0638215dba9ab7159f34cfbe0 (diff)
downloadbuildstream-da53c00566c53a45bdb732cfc1168eb985832d8a.tar.gz
sandbox/__init__.py: Add SandboxRemote
https://gitlab.com/BuildStream/buildstream/issues/454
-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