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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jan 8 03:25:07 EST 2009


Author: stefan
Date: 2009-01-08 02:24:56 -0600 (Thu, 08 Jan 2009)
New Revision: 5386

Modified:
   trunk/scipy/weave/tests/test_scxx_object.py
Log:
Import nose for running tests stand alone.

Modified: trunk/scipy/weave/tests/test_scxx_object.py
===================================================================
--- trunk/scipy/weave/tests/test_scxx_object.py	2009-01-08 08:24:22 UTC (rev 5385)
+++ trunk/scipy/weave/tests/test_scxx_object.py	2009-01-08 08:24:56 UTC (rev 5386)
@@ -3,6 +3,7 @@
 
 import sys
 
+import nose
 from numpy.testing import *
 
 from scipy.weave import inline_tools




More information about the Scipy-svn mailing list