diff options
Diffstat (limited to 'numpy/numarray/alter_code2.py')
-rw-r--r-- | numpy/numarray/alter_code2.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/numarray/alter_code2.py b/numpy/numarray/alter_code2.py index 4bb773850..4d76222da 100644 --- a/numpy/numarray/alter_code2.py +++ b/numpy/numarray/alter_code2.py @@ -5,7 +5,8 @@ with numpy FIXME: finish this. """ -#__all__ = ['convertfile', 'convertall', 'converttree'] +from __future__ import division + __all__ = [] import warnings |