From 2e3926d13fba537b64837cb30f62daf6720ca772 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 13 Aug 2012 13:10:35 -0400 Subject: [PATCH] subprocess is already imported in module_common - no need for it here --- library/yum | 1 - 1 file changed, 1 deletion(-) diff --git a/library/yum b/library/yum index d3a6d8042a3..ea190568f06 100755 --- a/library/yum +++ b/library/yum @@ -23,7 +23,6 @@ import traceback import os -import subprocess def_qf = "%{name}-%{version}-%{release}.%{arch}" repoquery='/usr/bin/repoquery'