|
From: <as...@us...> - 2009-08-23 07:25:49
|
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.
|