diff options
Diffstat (limited to 'numpy/oldnumeric/precision.py')
-rw-r--r-- | numpy/oldnumeric/precision.py | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/numpy/oldnumeric/precision.py b/numpy/oldnumeric/precision.py index c773e9478..c6579f302 100644 --- a/numpy/oldnumeric/precision.py +++ b/numpy/oldnumeric/precision.py @@ -1,7 +1,12 @@ -# Lifted from Precision.py. This is for compatibility only. -# -# The character strings are still for "new" NumPy -# which is the only Incompatibility with Numeric +""" + +Lifted from Precision.py. This is for compatibility only. + +The character strings are still for "new" NumPy +which is the only Incompatibility with Numeric + +""" +from __future__ import division __all__ = ['Character', 'Complex', 'Float', 'PrecisionError', 'PyObject', 'Int', 'UInt', |