ref: 6a280722c7978410ad9c1949127f5a25487758f8
parent: 6fb0f07090d96534c262b11c6a62e4e077b63beb
author: Paul Brossier <piem@piem.org>
date: Sun May 15 21:04:15 EDT 2016
python/demos/demo_create_test_sounds.py: python 3 compat
--- a/python/demos/demo_create_test_sounds.py
+++ b/python/demos/demo_create_test_sounds.py
@@ -47,4 +47,4 @@
outstr += " ({:d} frames".format(total_frames)
outstr += " at {:d}Hz)".format(g.samplerate)
outstr += " to {:s}".format(g.uri)
- print outstr
+ print(outstr)