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

Correct string concatenation error

This commit is contained in:
James Laska 2014-07-17 08:57:26 -04:00
parent 515d10fd88
commit 03efbfca29

View file

@ -9,7 +9,7 @@ from ansible import __version__, __author__
try:
from setuptools import setup
except ImportError:
print "Ansible now needs setuptools in order to build. " + \
print "Ansible now needs setuptools in order to build. " \
"Install it using your package manager (usually python-setuptools) or via pip (pip install setuptools)."
sys.exit(1)