summaryrefslogtreecommitdiff
path: root/examples/residualsynthesis.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/residualsynthesis.py')
-rw-r--r--examples/residualsynthesis.py2
1 files changed, 1 insertions, 1 deletions
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} <input wav file> <output wav file>'.format(__file__)
if len(sys.argv) != 3:
- print usage
+ print(usage)
sys.exit(1)
audio, sampling_rate = simpl.read_wav(sys.argv[1])