diff options
Diffstat (limited to 'numpy/oldnumeric/mlab.py')
-rw-r--r-- | numpy/oldnumeric/mlab.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/oldnumeric/mlab.py b/numpy/oldnumeric/mlab.py index 2c84b6960..e2ea78c02 100644 --- a/numpy/oldnumeric/mlab.py +++ b/numpy/oldnumeric/mlab.py @@ -1,4 +1,7 @@ -# This module is for compatibility only. All functions are defined elsewhere. +"""This module is for compatibility only. All functions are defined elsewhere. + +""" +from __future__ import division __all__ = ['rand', 'tril', 'trapz', 'hanning', 'rot90', 'triu', 'diff', 'angle', 'roots', 'ptp', 'kaiser', 'randn', 'cumprod', 'diag', 'msort', |