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/harmonicsynthesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/harmonicsynthesis.py') diff --git a/examples/harmonicsynthesis.py b/examples/harmonicsynthesis.py index 401025d..983e6df 100644 --- a/examples/harmonicsynthesis.py +++ b/examples/harmonicsynthesis.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