diff options
Diffstat (limited to 'numpy/distutils/command/install_data.py')
-rw-r--r-- | numpy/distutils/command/install_data.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/distutils/command/install_data.py b/numpy/distutils/command/install_data.py index 0a2e68ae1..d99d656db 100644 --- a/numpy/distutils/command/install_data.py +++ b/numpy/distutils/command/install_data.py @@ -1,3 +1,5 @@ +from __future__ import division + import sys have_setuptools = ('setuptools' in sys.modules) |