From 449b4e4c87a37810184bb0edad056d7791147fad Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Thu, 27 Aug 2015 08:30:41 +0000 Subject: [PATCH] import duplicate import of errno from buildinstall Signed-off-by: Lubos Kocman --- pungi/phases/buildinstall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pungi/phases/buildinstall.py b/pungi/phases/buildinstall.py index 783ba60c..08ce03d0 100644 --- a/pungi/phases/buildinstall.py +++ b/pungi/phases/buildinstall.py @@ -22,7 +22,6 @@ import pipes import tempfile import shutil import re -import errno from kobo.threads import ThreadPool, WorkerThread from kobo.shortcuts import run, read_checksum_file, relative_path