Revision: 6450
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6450&view=rev
Author:   jdh2358
Date:     2008-11-25 19:56:39 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
removed comment from invalid shared axis merge

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

Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py     2008-11-25 19:33:05 UTC (rev 
6449)
+++ trunk/matplotlib/lib/matplotlib/mlab.py     2008-11-25 19:56:39 UTC (rev 
6450)
@@ -2460,8 +2460,10 @@
 
     # Get header and remove invalid characters
     needheader = names is None
+
     if needheader:
         for row in reader:
+            #print 'csv2rec', row
             if len(row) and row[0].startswith(comments):
                 continue
             headers = row


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to