diff options
Diffstat (limited to 'numpy/numarray/setup.py')
-rw-r--r-- | numpy/numarray/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/numarray/setup.py b/numpy/numarray/setup.py index 641990217..ab3f2a4d5 100644 --- a/numpy/numarray/setup.py +++ b/numpy/numarray/setup.py @@ -1,3 +1,5 @@ +from __future__ import division + from os.path import join def configuration(parent_package='',top_path=None): |