summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/extras.py')
-rw-r--r--numpy/ma/extras.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py
index ab24d41c0..86046041f 100644
--- a/numpy/ma/extras.py
+++ b/numpy/ma/extras.py
@@ -28,6 +28,7 @@ __all__ = ['apply_along_axis', 'atleast_1d', 'atleast_2d', 'atleast_3d',
]
from itertools import groupby
+import warnings
import core
from core import MaskedArray, MAError, add, array, asarray, concatenate, count,\