Revision: 4092
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4092&view=rev
Author: dsdale
Date: 2007-11-01 09:56:33 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
rm configtest.py from repository
Removed Paths:
-------------
trunk/matplotlib/lib/matplotlib/config/configtest.py
Deleted: trunk/matplotlib/lib/matplotlib/config/configtest.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/config/configtest.py 2007-11-01 16:24:53 UTC (rev 4091)
+++ trunk/matplotlib/lib/matplotlib/config/configtest.py 2007-11-01 16:56:33 UTC (rev 4092)
@@ -1,8 +0,0 @@
-from api import rcParams, mplConfig
-
-print 'loaded your old rcParams["backend"]:', rcParams['backend']
-print 'changing rcParams["backend"] to cairo'
-rcParams["backend"] = 'cairo'
-print 'mplConfig.backend.use is now :', mplConfig.backend.use
-print 'changing rcParams["backend"] to BogusBackend:'
-rcParams["backend"] = 'BogusBackend'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|