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

avoid relative shlex import

fixes #12777
This commit is contained in:
Brian Coca 2015-10-19 19:55:22 -04:00
parent e5b6d802bf
commit de3ca57a33

View file

@ -14,6 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import
import os
import sys