[Scipy-svn] r6444 - trunk/scipy/weave/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Sun May 30 08:36:52 EDT 2010


Author: rgommers
Date: 2010-05-30 07:36:51 -0500 (Sun, 30 May 2010)
New Revision: 6444

Modified:
   trunk/scipy/weave/tests/test_ext_tools.py
Log:
TST: Remove printed message about where weave compiles extensions.

Modified: trunk/scipy/weave/tests/test_ext_tools.py
===================================================================
--- trunk/scipy/weave/tests/test_ext_tools.py	2010-05-30 12:36:34 UTC (rev 6443)
+++ trunk/scipy/weave/tests/test_ext_tools.py	2010-05-30 12:36:51 UTC (rev 6444)
@@ -11,7 +11,6 @@
 from weave_test_utils import *
 
 build_dir = empty_temp_dir()
-print 'building extensions here:', build_dir
 
 class TestExtModule(TestCase):
     #should really do some testing of where modules end up




More information about the Scipy-svn mailing list