Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/distro.py')
-rw-r--r--devbot/distro.py12
1 files changed, 6 insertions, 6 deletions
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