Re: [matplotlib-devel] minor fix to animation example

2008-10-17 Thread Tony S Yu
On Oct 17, 2008, at 7:29 AM, John Hunter wrote: > Hey Tony, > > Thanks for the patch, applied to svn r6232. For future patches, could > you send a "svn diff" from the matplotlib directory containing > setup.py. That way I don't have to think too hard about the patch > level, what kind of patch it

Re: [matplotlib-devel] minor fix to animation example

2008-10-17 Thread John Hunter
On Thu, Oct 16, 2008 at 9:10 PM, Tony S Yu <[EMAIL PROTECTED]> wrote: > I noticed that one of the animation examples is missing some import > statements. Also, the diff below includes a small change to the shebang line > of another example. Hey Tony, Thanks for the patch, applied to svn r6232. F