summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/import.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-02-01 20:31:19 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-02-01 20:31:19 +0900
commitcc26d67369c5128062f28ba44d6dc154067c8c65 (patch)
tree760d5dc5e5d8eb1966d0f788b587579b393021b6 /buildstream/plugins/elements/import.py
parent9ae851549f1ee15ac7035e9cbea06ad26169d265 (diff)
downloadbuildstream-cc26d67369c5128062f28ba44d6dc154067c8c65.tar.gz
import.py: Removed unused import of tempfile
And touch up docstring comment.
Diffstat (limited to 'buildstream/plugins/elements/import.py')
-rw-r--r--buildstream/plugins/elements/import.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildstream/plugins/elements/import.py b/buildstream/plugins/elements/import.py
index b3a5057ff..27dc354bf 100644
--- a/buildstream/plugins/elements/import.py
+++ b/buildstream/plugins/elements/import.py
@@ -18,7 +18,7 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
-"""Import build element
+"""Import element
Import elements produce artifacts directly from it's sources
without any kind of processing. These are typically used to
@@ -32,7 +32,6 @@ The empty configuration is as such:
import os
import shutil
-import tempfile
from buildstream import BuildElement