diff options
Diffstat (limited to 'numpy/ma/extras.py')
-rw-r--r-- | numpy/ma/extras.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py index 3133b168b..857d72249 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -8,6 +8,8 @@ A collection of utilities for `numpy.ma`. :version: $Id: extras.py 3473 2007-10-29 15:18:13Z jarrod.millman $ """ +from __future__ import division + __author__ = "Pierre GF Gerard-Marchant ($Author: jarrod.millman $)" __version__ = '1.0' __revision__ = "$Revision: 3473 $" |