Skip to content

Commit

Permalink
Correct string concatenation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaska committed Jul 17, 2014
1 parent 515d10f commit 03efbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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)

Expand Down

0 comments on commit 03efbfc

Please sign in to comment.