diff options
Diffstat (limited to 'numpy/oldnumeric/functions.py')
-rw-r--r-- | numpy/oldnumeric/functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/oldnumeric/functions.py b/numpy/oldnumeric/functions.py index 50c11e32c..c5941fb67 100644 --- a/numpy/oldnumeric/functions.py +++ b/numpy/oldnumeric/functions.py @@ -1,7 +1,7 @@ """Functions that should behave the same as Numeric and need changing """ -from __future__ import division, absolute_import +from __future__ import division, absolute_import, print_function import numpy as np import numpy.core.multiarray as mu |