On Fri, Sep 2, 2011 at 9:42 AM, <[email protected]> wrote: > From: Gonzalo Odiard <[email protected]> > > Was removed in ca967f89dc3a649caca9ca1226d24fd03a14d25e > > Signed-off-by: Gonzalo Odiard <[email protected]> > --- > arange.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arange.py b/arange.py > index 4a0e096..4704c83 100644 > --- a/arange.py > +++ b/arange.py > @@ -136,7 +136,7 @@ def write_wav(o): > q[::2] = o*255 > q[1::2] = 128 > w.writeframes(q.tostring()) > - return > + return f > > def play_wav_alsa(fname): > subprocess.call(["/usr/bin/aplay", fname]) > -- > 1.7.4.4 > > Yep, I though I had fixed this one :(
Applied http://git.sugarlabs.org/distance/distance/commit/9798734a9cea930249cc0858eb2739c2145f45e2 Thanks > _______________________________________________ > Sugar-devel mailing list > [email protected] > http://lists.sugarlabs.org/listinfo/sugar-devel >
_______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

