Revision: 8974
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8974&view=rev
Author:   jswhit
Date:     2011-02-12 04:35:09 +0000 (Sat, 12 Feb 2011)

Log Message:
-----------
fix import

Modified Paths:
--------------
    trunk/toolkits/basemap/examples/lic_demo.py

Modified: trunk/toolkits/basemap/examples/lic_demo.py
===================================================================
--- trunk/toolkits/basemap/examples/lic_demo.py 2011-02-11 21:04:16 UTC (rev 
8973)
+++ trunk/toolkits/basemap/examples/lic_demo.py 2011-02-12 04:35:09 UTC (rev 
8974)
@@ -9,7 +9,7 @@
 import numpy as np
 import matplotlib.pyplot as plt
 try:
-    from vectorplot import lic_internal
+    from scikits.vectorplot import lic_internal
 except ImportError:
     raise  ImportError('need vectorplot scikit for this example')
 


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

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to