[Numpy-svn] r5772 - trunk/numpy/testing

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Sep 4 21:20:28 EDT 2008


Author: alan.mcintyre
Date: 2008-09-04 20:20:09 -0500 (Thu, 04 Sep 2008)
New Revision: 5772

Modified:
   trunk/numpy/testing/noseclasses.py
Log:
Remove debugging code.


Modified: trunk/numpy/testing/noseclasses.py
===================================================================
--- trunk/numpy/testing/noseclasses.py	2008-09-04 22:06:01 UTC (rev 5771)
+++ trunk/numpy/testing/noseclasses.py	2008-09-05 01:20:09 UTC (rev 5772)
@@ -224,9 +224,6 @@
                 p2 = p[-1]
                 test.globs[p2] = __import__(pkg_name, test.globs, {}, [p2])
 
-                print 'additional import for %s: from %s import %s' % (test.filename, p1, p2)
-                print '    (%s): %r' % (pkg_name, test.globs[p2])
-
             # always use whitespace and ellipsis options
             optionflags = doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS
 




More information about the Numpy-svn mailing list