summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2017-05-19 04:18:00 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-05-19 04:18:00 +0100
commit743f44af6823b51b59bb1efa698b3b577051a3b4 (patch)
tree377c53d4008c4b28091b0df44db0378e16a5407f
parente1cf22396b6035dbdb9212a8da831715717a7b67 (diff)
downloadybd-benbrown/missing-import.tar.gz
Add missing tempfile import to rpm.pybenbrown/missing-import
-rw-r--r--ybd/rpm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ybd/rpm.py b/ybd/rpm.py
index d42e1c0..5da0fd0 100644
--- a/ybd/rpm.py
+++ b/ybd/rpm.py
@@ -10,6 +10,7 @@ import shutil
import yaml
import repos
import requests
+import tempfile
# Because rpm is otherwise totally broken