Revision: 8492
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8492&view=rev
Author:   jdh2358
Date:     2010-07-05 01:25:09 +0000 (Mon, 05 Jul 2010)

Log Message:
-----------
applied Ben's mplconfig patch

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/config/mplconfig.py

Modified: trunk/matplotlib/lib/matplotlib/config/mplconfig.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2010-07-03 05:09:49 UTC 
(rev 8491)
+++ trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2010-07-05 01:25:09 UTC 
(rev 8492)
@@ -117,7 +117,7 @@
 
     class path(TConfig):
         simplify = T.false
-        simplify_threshold = T.float(1.0 / 9.0)
+        simplify_threshold = T.Float(1.0 / 9.0)
         snap = T.true
 
     class patch(TConfig):


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 Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to