|
From: <jd...@us...> - 2008-11-25 19:56:44
|
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.
|