diff options
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r-- | numpy/testing/decorators.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py index ed7b1032b..eae9d93b0 100644 --- a/numpy/testing/decorators.py +++ b/numpy/testing/decorators.py @@ -13,6 +13,8 @@ function name, setup and teardown functions and so on - see ``nose.tools`` for more information. """ +from __future__ import division + import warnings import sys |