summaryrefslogtreecommitdiff
path: root/numpy/ma/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/__init__.py')
-rw-r--r--numpy/ma/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/ma/__init__.py b/numpy/ma/__init__.py
index 17caa9e02..7388a7ce3 100644
--- a/numpy/ma/__init__.py
+++ b/numpy/ma/__init__.py
@@ -36,6 +36,8 @@ may now proceed to calculate the mean of the other values:
invalid operation.
"""
+from __future__ import division
+
__author__ = "Pierre GF Gerard-Marchant ($Author: jarrod.millman $)"
__version__ = '1.0'
__revision__ = "$Revision: 3473 $"