summaryrefslogtreecommitdiff
path: root/buildstream/sandbox/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/sandbox/__init__.py')
-rw-r--r--buildstream/sandbox/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/sandbox/__init__.py b/buildstream/sandbox/__init__.py
index c1f38eac4..7ee871cab 100644
--- a/buildstream/sandbox/__init__.py
+++ b/buildstream/sandbox/__init__.py
@@ -18,6 +18,6 @@
# Authors:
# Tristan Maat <tristan.maat@codethink.co.uk>
-from .sandbox import Sandbox, SandboxFlags, Mount, MountMap
+from .sandbox import Sandbox, SandboxFlags
from ._sandboxchroot import SandboxChroot
from ._sandboxbwrap import SandboxBwrap