remove errant and unneeded import of ansible.constants

pull/3094/head
Stephen Fromm 11 years ago
parent a611027329
commit 355ab6983c

@ -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' }

Loading…
Cancel
Save