From bbe297e5a994242e5fe8b4bcf8b08210024bb871 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 22 Jan 2013 13:18:13 +0000 Subject: Fix pep8 --- (limited to 'devbot/distro.py') diff --git a/devbot/distro.py b/devbot/distro.py index 2d006da..d0d281c 100644 --- a/devbot/distro.py +++ b/devbot/distro.py @@ -50,12 +50,12 @@ def get_distro_info(): _distro_info = unknown_distro if not _distro_info.supported: - print("*********************************************************\n" \ - "You are running an unsupported distribution. You might be\n" \ - "able to make sugar work by installing or building \n" \ - "packages but it certainly won't work out of the box.\n" \ - "You are strongly encouraged to pick one of the supported \n" \ - "distributions listed in the README.\n" \ + print("*********************************************************\n" + "You are running an unsupported distribution. You might be\n" + "able to make sugar work by installing or building \n" + "packages but it certainly won't work out of the box.\n" + "You are strongly encouraged to pick one of the supported \n" + "distributions listed in the README.\n" "*********************************************************\n") return _distro_info -- cgit v0.9.1