diff options
Diffstat (limited to 'numpy/doc/io.py')
-rw-r--r-- | numpy/doc/io.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/io.py b/numpy/doc/io.py index 3cde40bd0..4ee4c7c2f 100644 --- a/numpy/doc/io.py +++ b/numpy/doc/io.py @@ -7,3 +7,5 @@ Array I/O Placeholder for array I/O documentation. """ +from __future__ import division + |