Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-22 13:18:13 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-22 13:18:13 (GMT)
commitbbe297e5a994242e5fe8b4bcf8b08210024bb871 (patch)
tree90adbc4747f4ca5a75b0636f4bfffd3228f33522 /devbot/config.py
parentd1166c9415ed8e6a8729bb6b72084f71adf1cd54 (diff)
Fix pep8
Diffstat (limited to 'devbot/config.py')
-rw-r--r--devbot/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/config.py b/devbot/config.py
index 9a79dcc..d444869 100644
--- a/devbot/config.py
+++ b/devbot/config.py
@@ -55,7 +55,7 @@ class Module:
elif os.path.exists(os.path.join(source_dir, "autogen.sh")):
return "autotools"
else:
- print("The source directory has unexpected content, please " \
+ print("The source directory has unexpected content, please "
"delete it and pull\nthe source again.")
return None