Revision: 7539
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7539&view=rev
Author:   astraw
Date:     2009-08-23 07:25:37 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
Remove trailing whitespace.

(This is most a touch of a file to test the buildbot.)

Modified Paths:
--------------
    trunk/matplotlib/test/_buildbot_util.py

Modified: trunk/matplotlib/test/_buildbot_util.py
===================================================================
--- trunk/matplotlib/test/_buildbot_util.py     2009-08-23 06:43:53 UTC (rev 
7538)
+++ trunk/matplotlib/test/_buildbot_util.py     2009-08-23 07:25:37 UTC (rev 
7539)
@@ -13,7 +13,7 @@
     # This use of Popen is copied from matplotlib.texmanager (Use of
     # close_fds seems a bit mysterious.)
 
-    p = Popen(args, shell=True, 
+    p = Popen(args, shell=True,
               close_fds=(sys.platform!='win32'),**kwargs)
     p.wait()
     if p.returncode!=0:


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to