summaryrefslogtreecommitdiff
path: root/morphlib/stagingarea.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-15 10:54:20 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-15 10:54:20 +0000
commit6d5f0cfc8307dfa8fd72fbb425a383f0a84f850e (patch)
tree5700765fbc869353e6c5ef6f9415375b82550135 /morphlib/stagingarea.py
parentf4591a35bb530bbee91b62a4a0a2313e1c480faf (diff)
downloadmorph-6d5f0cfc8307dfa8fd72fbb425a383f0a84f850e.tar.gz
bins: move errno from stagingarea
This import was forgotten when the artifact extract code was moved into bins, so it could be used in builder
Diffstat (limited to 'morphlib/stagingarea.py')
-rw-r--r--morphlib/stagingarea.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/stagingarea.py b/morphlib/stagingarea.py
index 4f6d76bf..e4d233f0 100644
--- a/morphlib/stagingarea.py
+++ b/morphlib/stagingarea.py
@@ -14,7 +14,6 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-import errno
import logging
import os
import shutil