1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

subprocess is already imported in module_common - no need for it here

This commit is contained in:
Seth Vidal 2012-08-13 13:10:35 -04:00
parent ea4d5055c6
commit 2e3926d13f

View file

@ -23,7 +23,6 @@
import traceback
import os
import subprocess
def_qf = "%{name}-%{version}-%{release}.%{arch}"
repoquery='/usr/bin/repoquery'