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/config.py') diff --git a/devbot/config.py b/devbot/config.py index 73cad0c..9a79dcc 100644 --- a/devbot/config.py +++ b/devbot/config.py @@ -55,8 +55,8 @@ class Module: elif os.path.exists(os.path.join(source_dir, "autogen.sh")): return "autotools" else: - print "The source directory has unexpected content, please " \ - "delete it and pull\nthe source again." + print("The source directory has unexpected content, please " \ + "delete it and pull\nthe source again.") return None -- cgit v0.9.1