summaryrefslogtreecommitdiff
path: root/examples/plotpartials.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plotpartials.py')
-rw-r--r--examples/plotpartials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plotpartials.py b/examples/plotpartials.py
index cf06ae1..89cc53b 100644
--- a/examples/plotpartials.py
+++ b/examples/plotpartials.py
@@ -4,7 +4,7 @@ import simpl
usage = 'Usage: python {0} <wav file>'.format(__file__)
if len(sys.argv) != 2:
- print usage
+ print(usage)
sys.exit(1)
audio = simpl.read_wav(sys.argv[1])[0]