From 6705810163de39059d6054dd69d8421c82dd42e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7en=20Nurlu?= Date: Wed, 6 Dec 2017 15:12:01 +0000 Subject: _fuse/mount.py: Fix missing import of ImplError --- buildstream/_fuse/mount.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildstream/_fuse/mount.py b/buildstream/_fuse/mount.py index a7337868d..ed56c9b3c 100644 --- a/buildstream/_fuse/mount.py +++ b/buildstream/_fuse/mount.py @@ -23,6 +23,7 @@ import signal import time import sys +from .._exceptions import ImplError from .fuse import FUSE from contextlib import contextmanager from multiprocessing import Process -- cgit v1.2.1