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/plotpeaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/plotpeaks.py') diff --git a/examples/plotpeaks.py b/examples/plotpeaks.py index 7c7b59e..ea9ff4c 100644 --- a/examples/plotpeaks.py +++ b/examples/plotpeaks.py @@ -4,7 +4,7 @@ import matplotlib.pyplot as plt usage = 'Usage: python {0} '.format(__file__) if len(sys.argv) != 2: - print usage + print(usage) sys.exit(1) audio = simpl.read_wav(sys.argv[1])[0] -- cgit v1.2.3