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

remove errant and unneeded import of ansible.constants

This commit is contained in:
Stephen Fromm 2013-06-01 21:47:38 -07:00
parent a611027329
commit 355ab6983c

View file

@ -44,8 +44,6 @@ import datetime
import socket
from optparse import OptionParser
import ansible.constants as C
DEFAULT_PLAYBOOK = 'local.yml'
PLAYBOOK_ERRORS = { 1: 'File does not exist',
2: 'File is not readable' }