diff options
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r-- | numpy/lib/format.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index bff582f7d..9a558f40c 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -134,6 +134,7 @@ The ``.npy`` format, including reasons for creating it and a comparison of alternatives, is described fully in the "npy-format" NEP. """ +from __future__ import division import cPickle |