Revision: 4560
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4560&view=rev
Author:   jdh2358
Date:     2007-12-03 07:23:32 -0800 (Mon, 03 Dec 2007)

Log Message:
-----------
fixed a gtk import else block in mlab

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/mlab.py

Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py     2007-12-03 14:41:11 UTC (rev 
4559)
+++ trunk/matplotlib/lib/matplotlib/mlab.py     2007-12-03 15:23:32 UTC (rev 
4560)
@@ -2441,9 +2441,9 @@
     pass
 except RuntimeError:
     pass
+else:
 
 
-
     def gtkformat_factory(format, colnum):
         """
         copy the format, perform any overrides, and attach an gtk style attrs


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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to