summaryrefslogtreecommitdiff
path: root/numpy/distutils/conv_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/conv_template.py')
-rw-r--r--numpy/distutils/conv_template.py2
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']