From 47fa0a4554ddf5a81d5da895b00ed8c33526694b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 6 Sep 2016 10:06:18 -0400 Subject: [style] pep8 --- common/setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'common') diff --git a/common/setup.py b/common/setup.py index 7800828c..bb70d587 100644 --- a/common/setup.py +++ b/common/setup.py @@ -127,13 +127,13 @@ requirements = utils.parse_requirements() if utils.is_develop_mode(): print - print ("[WARNING] Skipping leap-specific dependencies " - "because development mode is detected.") - print ("[WARNING] You can install " - "the latest published versions with " - "'pip install -r pkg/requirements-leap.pip'") - print ("[WARNING] Or you can instead do 'python setup.py develop' " - "from the parent folder of each one of them.") + print("[WARNING] Skipping leap-specific dependencies " + "because development mode is detected.") + print("[WARNING] You can install " + "the latest published versions with " + "'pip install -r pkg/requirements-leap.pip'") + print("[WARNING] Or you can instead do 'python setup.py develop' " + "from the parent folder of each one of them.") print else: requirements += utils.parse_requirements( -- cgit v1.2.3