python/demos/demo_create_test_sounds.py: python 3 compat
authorPaul Brossier <piem@piem.org>
Sun, 15 May 2016 23:04:15 +0000 (01:04 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 15 May 2016 23:04:15 +0000 (01:04 +0200)
python/demos/demo_create_test_sounds.py

index 50fdb6e..3d2f2d0 100755 (executable)
@@ -47,4 +47,4 @@ if __name__ == '__main__':
         outstr += " ({:d} frames".format(total_frames)
         outstr += " at {:d}Hz)".format(g.samplerate)
         outstr += " to {:s}".format(g.uri)
-        print outstr
+        print(outstr)