Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/state.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/state.py')
-rw-r--r--devbot/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/state.py b/devbot/state.py
index f3cce7a..0a6f7b9 100644
--- a/devbot/state.py
+++ b/devbot/state.py
@@ -67,7 +67,7 @@ def full_build_touch():
def clean(build_only=False):
- print "* Deleting state"
+ print("* Deleting state")
names = [_BUILT_MODULES, _FULL_BUILD]
if not build_only: