diff options
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 20f7a9ac2..c7f4a0aa7 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -48,6 +48,7 @@ verbose = 0 IS_PYPY = '__pypy__' in sys.modules HAS_REFCOUNT = getattr(sys, 'getrefcount', None) is not None + def import_nose(): """ Import nose only when needed. """ |