missing "#!/usr/bin/env python" in matplotlib_icon.py

Hello,

the file examples/matplotlib_icon.py lacks the magic python
line at the beginning. This can be corrected with the following
patch:

···

======================================================================
diff -u -r1.5 matplotlib_icon.py
--- matplotlib_icon.py 10 Aug 2004 15:04:27 -0000 1.5
+++ matplotlib_icon.py 19 Oct 2004 17:48:33 -0000
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
"""
make the matplotlib svg minimization icon
"""

I hope this helps,
Jochen
--
http://seehuhn.de/