summaryrefslogtreecommitdiff
path: root/numpy/ma/testutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/testutils.py')
-rw-r--r--numpy/ma/testutils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/ma/testutils.py b/numpy/ma/testutils.py
index 4fb76b330..3707dcc16 100644
--- a/numpy/ma/testutils.py
+++ b/numpy/ma/testutils.py
@@ -3,7 +3,10 @@
:author: Pierre Gerard-Marchant
:contact: pierregm_at_uga_dot_edu
:version: $Id: testutils.py 3529 2007-11-13 08:01:14Z jarrod.millman $
+
"""
+from __future__ import division
+
__author__ = "Pierre GF Gerard-Marchant ($Author: jarrod.millman $)"
__version__ = "1.0"
__revision__ = "$Revision: 3529 $"