diff options
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r-- | numpy/testing/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py index 21bcdd798..f76ee6632 100644 --- a/numpy/testing/decorators.py +++ b/numpy/testing/decorators.py @@ -5,4 +5,4 @@ set of tools """ import os -from .nose_tools.decorators import * +from ._private.decorators import * |