Revision: 8964
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8964&view=rev
Author:   jswhit
Date:     2011-02-08 13:27:16 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
don't run allskymap module.

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

Modified: trunk/toolkits/basemap/examples/run_all.py
===================================================================
--- trunk/toolkits/basemap/examples/run_all.py  2011-02-08 13:20:01 UTC (rev 
8963)
+++ trunk/toolkits/basemap/examples/run_all.py  2011-02-08 13:27:16 UTC (rev 
8964)
@@ -1,6 +1,7 @@
 import glob, os, sys
 test_files = glob.glob('*.py')
 test_files.remove('run_all.py')
+test_files.remove('allskymap.py')
 test_files.remove('fcstmaps.py')
 test_files.remove('fcstmaps_axesgrid.py')
 test_files.remove('testgdal.py')


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