diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-07-03 03:57:29 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-07-03 03:57:29 +0000 |
commit | 590babe4646a3435f8a709d6230d05c10f085be1 (patch) | |
tree | 51e77ce9c79c6f58d4cadc7a819c5b00064cf503 /numpy/lib/tests/test_regression.py | |
parent | 94bc330296e01d8fc0cb14aba1354ddb6d8587cc (diff) | |
download | numpy-590babe4646a3435f8a709d6230d05c10f085be1.tar.gz |
Remove uses of set_package_path, set_local_path, restore_path.
Clean up and (somewhat) standardize test module imports.
Removed unneeded reload calls.
Diffstat (limited to 'numpy/lib/tests/test_regression.py')
-rw-r--r-- | numpy/lib/tests/test_regression.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/lib/tests/test_regression.py b/numpy/lib/tests/test_regression.py index 5bc2d1d96..7d7db93e4 100644 --- a/numpy/lib/tests/test_regression.py +++ b/numpy/lib/tests/test_regression.py @@ -1,8 +1,5 @@ from numpy.testing import * - -set_local_path() import numpy as np -restore_path() rlevel = 1 |