Revision: 5387
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5387&view=rev
Author:   jdh2358
Date:     2008-06-04 11:25:41 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
fixed backend driver to see the new pylab_examples dir

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-06-04 18:21:35 UTC 
(rev 5386)
+++ trunk/matplotlib/examples/tests/backend_driver.py   2008-06-04 18:25:41 UTC 
(rev 5387)
@@ -22,7 +22,7 @@
 all_backends = [b.lower() for b in mplbe.all_backends]
 all_backends.extend(['cairo.png', 'cairo.ps', 'cairo.pdf', 'cairo.svg'])
 
-pylab_dir = os.path.join('..', 'pylab')
+pylab_dir = os.path.join('..', 'pylab_examples')
 pylab_files = [
     'alignment_test.py',
     'arctest.py',


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to