summaryrefslogtreecommitdiff
path: root/buildstream/sandbox/_sandboxchroot.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/sandbox/_sandboxchroot.py')
-rw-r--r--buildstream/sandbox/_sandboxchroot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/sandbox/_sandboxchroot.py b/buildstream/sandbox/_sandboxchroot.py
index 33f991b87..26e04e50e 100644
--- a/buildstream/sandbox/_sandboxchroot.py
+++ b/buildstream/sandbox/_sandboxchroot.py
@@ -30,7 +30,7 @@ from contextlib import contextmanager, ExitStack
from .._exceptions import SandboxError
from .. import utils
from .. import _signals
-from ._mount import Mount
+from ._mounter import Mounter
from . import Sandbox, SandboxFlags, MountMap