Revision: 8964
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8964&view=rev
Author: jswhit
Date: 2011年02月08日 13:27:16 +0000 (2011年2月08日)
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.