diff options
Diffstat (limited to 'numpy/lib/info.py')
-rw-r--r-- | numpy/lib/info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/info.py b/numpy/lib/info.py index 4a781a2ca..1a2154951 100644 --- a/numpy/lib/info.py +++ b/numpy/lib/info.py @@ -145,6 +145,7 @@ setdiff1d Set difference of 1D arrays with unique elements. ================ =================== """ +from __future__ import division depends = ['core','testing'] global_symbols = ['*'] |