Commit 03efbfca by James Laska

Correct string concatenation error

parent 515d10fd
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment