shithub: aubio

Download patch

ref: 41121f51edcfa64979de4b23c4ab31d05013f31c
parent: c54b2c04a5ea796ee3eecb0515469c231c363717
author: Paul Brossier <[email protected]>
date: Mon Dec 2 07:16:02 EST 2013

python/demos/demo_filterbank.py: fix header

--- a/python/demos/demo_filterbank.py
+++ b/python/demos/demo_filterbank.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from aubio import filterbank, fvec
 from pylab import loglog, show, subplot, xlim, ylim, xlabel, ylabel, title