diff options
Diffstat (limited to 'numpy/distutils/from_template.py')
-rw-r--r-- | numpy/distutils/from_template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/from_template.py b/numpy/distutils/from_template.py index 413f0721d..1bb7a0a27 100644 --- a/numpy/distutils/from_template.py +++ b/numpy/distutils/from_template.py @@ -45,6 +45,7 @@ process_file(filename) <ctypereal=float,double,\\0,\\1> """ +from __future__ import division __all__ = ['process_str','process_file'] |