Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/clean.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/clean.py')
-rw-r--r--devbot/clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/clean.py b/devbot/clean.py
index 8d0c7a0..c31e058 100644
--- a/devbot/clean.py
+++ b/devbot/clean.py
@@ -4,7 +4,7 @@ from devbot import state
def clean(build_only=False):
- print "\n= Clean =\n"
+ print("\n= Clean =\n")
build.clean()
state.clean(build_only=build_only)