From 5c63899cbffacb9a0506eb79f9b5d7c6398bd031 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 23 Jul 2021 09:35:28 +0100 Subject: More Python 3 cleanup --- examples/residualsynthesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/residualsynthesis.py') diff --git a/examples/residualsynthesis.py b/examples/residualsynthesis.py index f3559c8..5bf5efe 100644 --- a/examples/residualsynthesis.py +++ b/examples/residualsynthesis.py @@ -5,7 +5,7 @@ import simpl usage = 'Usage: python {0} '.format(__file__) if len(sys.argv) != 3: - print usage + print(usage) sys.exit(1) audio, sampling_rate = simpl.read_wav(sys.argv[1]) -- cgit v1.2.3