Correct string concatenation error
This commit is contained in:
parent
515d10fd88
commit
03efbfca29
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ from ansible import __version__, __author__
|
||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
except ImportError:
|
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)."
|
"Install it using your package manager (usually python-setuptools) or via pip (pip install setuptools)."
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue