From 70ed0f238156680efba9b4028810f3aed486357b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 8 Aug 2008 04:33:45 +0000 Subject: ran reindent --- numpy/testing/numpytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/numpytest.py') diff --git a/numpy/testing/numpytest.py b/numpy/testing/numpytest.py index 06229630a..c08215383 100644 --- a/numpy/testing/numpytest.py +++ b/numpy/testing/numpytest.py @@ -623,7 +623,7 @@ class NumpyTest: """ Run Numpy module test suite with level and verbosity taken from sys.argv. Requires optparse module. """ - + # delayed import of shlex to reduce startup time import shlex -- cgit v1.2.1