summaryrefslogtreecommitdiff
path: root/numpy/compat/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/compat/__init__.py')
-rw-r--r--numpy/compat/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/compat/__init__.py b/numpy/compat/__init__.py
index 9b4261616..930be5a90 100644
--- a/numpy/compat/__init__.py
+++ b/numpy/compat/__init__.py
@@ -8,6 +8,8 @@ extensions, which may be included for the following reasons:
* we may only need a small subset of the copied library/module
"""
+from __future__ import division
+
import _inspect
import py3k
from _inspect import getargspec, formatargspec