diff options
Diffstat (limited to 'numpy/distutils/conv_template.py')
-rw-r--r-- | numpy/distutils/conv_template.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/distutils/conv_template.py b/numpy/distutils/conv_template.py index 368cdd457..61200e0c1 100644 --- a/numpy/distutils/conv_template.py +++ b/numpy/distutils/conv_template.py @@ -78,6 +78,8 @@ Example: 3, 3, jim """ +from __future__ import division + __all__ = ['process_str', 'process_file'] |