diff options
author | Kali Kaneko <kali@leap.se> | 2016-09-06 10:06:18 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-09-06 10:06:18 -0400 |
commit | 47fa0a4554ddf5a81d5da895b00ed8c33526694b (patch) | |
tree | c96aeed061d7cfbffb476f93699b4bb5f840aac0 /common/setup.py | |
parent | 60fb1e6554775d1b22685f5b1eea04795c84a542 (diff) |
[style] pep8
Diffstat (limited to 'common/setup.py')
-rw-r--r-- | common/setup.py | 14 |
1 files changed, 7 insertions, 7 deletions
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( |