From d1166c9415ed8e6a8729bb6b72084f71adf1cd54 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 22 Jan 2013 12:58:30 +0000 Subject: Python 3 compatibility --- (limited to 'devbot/check.py') diff --git a/devbot/check.py b/devbot/check.py index aca4fed..c335ff0 100644 --- a/devbot/check.py +++ b/devbot/check.py @@ -31,7 +31,7 @@ def _check_module(module): result = True if module.has_checks: - print "* Checking %s" % module.name + print("* Checking %s" % module.name) os.chdir(module.get_build_dir()) -- cgit v0.9.1