minor fix to animation example

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.

Cheers,
-Tony

anim_imports.diff (817 Bytes)

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. 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 is etc

   > cd ~/path/to/mpl/src
   > svn diff > mypatch.diff

Thanks again,
JDH

···

On Thu, Oct 16, 2008 at 9:10 PM, Tony S Yu <tonyyu@...608...> 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 is etc

Doh, I think you mentioned this to me before. Sorry about that.

···

On Oct 17, 2008, at 7:29 AM, John Hunter wrote:

Thanks again,
JDH