From 9aea0bc6c281c5c3b244b6bfd9577e7ca3ee4188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Esp=C3=ADrito=20Santo?= Date: Mon, 26 Nov 2018 22:46:00 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb5b591..82bee6a 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def configure_platform(): setup_alsa(ns) pass else: - print "No sequencer available for '%s' platform." % platform + print("No sequencer available for '%s' platform." % platform) return ns if __name__ == "__main__":