diff options
Diffstat (limited to 'numpy/lib/_iotools.py')
-rw-r--r-- | numpy/lib/_iotools.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/numpy/lib/_iotools.py b/numpy/lib/_iotools.py index 2f2a4bc57..aa3744204 100644 --- a/numpy/lib/_iotools.py +++ b/numpy/lib/_iotools.py @@ -1,4 +1,8 @@ -"""A collection of functions designed to help I/O with ascii files.""" +"""A collection of functions designed to help I/O with ascii files. + +""" +from __future__ import division + __docformat__ = "restructuredtext en" import sys |