diff options
Diffstat (limited to 'numpy/numarray/alter_code1.py')
-rw-r--r-- | numpy/numarray/alter_code1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/numarray/alter_code1.py b/numpy/numarray/alter_code1.py index ae950e7e0..2393aff5a 100644 --- a/numpy/numarray/alter_code1.py +++ b/numpy/numarray/alter_code1.py @@ -52,6 +52,8 @@ Makes the following changes: - .setimaginary() --> .imag """ +from __future__ import division + __all__ = ['convertfile', 'convertall', 'converttree', 'convertsrc'] import sys |