summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-24 10:27:47 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 15:43:52 +0100
commit77b1506fcc077e6209a7f0195b38f4b758aae92a (patch)
tree0235f298bb73b34adaf7e087e1f6e56effdcb1c1
parentaca9a612e3234c4462f6ece873f9497aadc784b4 (diff)
downloadbuildstream-77b1506fcc077e6209a7f0195b38f4b758aae92a.tar.gz
_platform/darwin.py: Remove unused imports
The import of `resource` was unused. The import of `PlatformError` was unused. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-rw-r--r--buildstream/_platform/darwin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildstream/_platform/darwin.py b/buildstream/_platform/darwin.py
index 07740c11c..292c0cb73 100644
--- a/buildstream/_platform/darwin.py
+++ b/buildstream/_platform/darwin.py
@@ -16,9 +16,7 @@
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
import os
-import resource
-from .._exceptions import PlatformError
from ..sandbox import SandboxDummy
from . import Platform