summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/rng_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/oldnumeric/rng_stats.py')
-rw-r--r--numpy/oldnumeric/rng_stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/oldnumeric/rng_stats.py b/numpy/oldnumeric/rng_stats.py
index 8c7fec433..96e50f9a4 100644
--- a/numpy/oldnumeric/rng_stats.py
+++ b/numpy/oldnumeric/rng_stats.py
@@ -1,3 +1,4 @@
+from __future__ import division
__all__ = ['average', 'histogram', 'standardDeviation', 'variance']