From 4a7ea62f3efc4297bcc8c2a8094fa687474fb5f1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 29 Dec 2014 14:06:26 -0500 Subject: Reindent using textwrap --- setuptools/command/easy_install.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setuptools/command') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index a71a7f36..d368e1a3 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -2121,10 +2121,10 @@ def main(argv=None, **kw): from setuptools.dist import Distribution import distutils.core - USAGE = """\ -usage: %(script)s [options] requirement_or_url ... - or: %(script)s --help -""" + USAGE = textwrap.dedent(""" + usage: %(script)s [options] requirement_or_url ... + or: %(script)s --help + """).lstrip() def gen_usage(script_name): return USAGE % dict( -- cgit v1.2.1