Revision: 5807
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5807&view=rev
Author:   jswhit
Date:     2008-07-22 02:47:02 +0000 (Tue, 22 Jul 2008)

Log Message:
-----------
fix typo in as yet nonexistent natgrid import.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/mlab.py

Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py     2008-07-22 02:17:09 UTC (rev 
5806)
+++ trunk/matplotlib/lib/matplotlib/mlab.py     2008-07-22 02:47:02 UTC (rev 
5807)
@@ -91,7 +91,7 @@
 import matplotlib.nxutils as nxutils
 import matplotlib.cbook as cbook
 try:
-    import mpl_tookits._natgrid as _natgrid
+    from mpl_toolkits.natgrid import _natgrid
     _use_natgrid = True
 except ImportError:
     import matplotlib.delaunay as delaunay


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to