summaryrefslogtreecommitdiff
path: root/numpy/random/old.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/old.py')
-rw-r--r--numpy/random/old.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/old.py b/numpy/random/old.py
index 338779ac8..414dc5215 100644
--- a/numpy/random/old.py
+++ b/numpy/random/old.py
@@ -196,7 +196,6 @@ def mean_var_test(x, type, mean, var, skew=[]):
print "Skewness of those random numbers (should be about ", skew, "):", x_skew
def test():
- from types import *
obj = mt.get_state()
mt.set_state(obj)
obj2 = mt.get_state()