mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Parenthesis mean we can get rid of line continuation markers
This commit is contained in:
5
setup.py
5
setup.py
@@ -9,8 +9,9 @@ from ansible import __version__, __author__
|
||||
try:
|
||||
from setuptools import setup, find_packages
|
||||
except ImportError:
|
||||
print("Ansible now needs setuptools in order to build. " \
|
||||
"Install it using your package manager (usually python-setuptools) or via pip (pip install setuptools).")
|
||||
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)
|
||||
|
||||
setup(name='ansible',
|
||||
|
||||
Reference in New Issue
Block a user