|
From: <jd...@us...> - 2008-12-09 03:37:20
|
Revision: 6529
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6529&view=rev
Author: jdh2358
Date: 2008-12-09 03:37:16 +0000 (Tue, 09 Dec 2008)
Log Message:
-----------
added missing comma to backend driver list
Modified Paths:
--------------
trunk/matplotlib/examples/tests/backend_driver.py
Modified: trunk/matplotlib/examples/tests/backend_driver.py
===================================================================
--- trunk/matplotlib/examples/tests/backend_driver.py 2008-12-09 03:33:57 UTC (rev 6528)
+++ trunk/matplotlib/examples/tests/backend_driver.py 2008-12-09 03:37:16 UTC (rev 6529)
@@ -221,7 +221,7 @@
'quad_bezier.py',
'scatter_piecharts.py',
'span_regions.py',
- 'two_scales.py'
+ 'two_scales.py',
'unicode_minus.py',
'watermark_image.py',
'watermark_text.py',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|