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_index_tricks.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_index_tricks.py')
-rw-r--r-- | numpy/lib/tests/test_index_tricks.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/lib/tests/test_index_tricks.py b/numpy/lib/tests/test_index_tricks.py index 2b92ce38e..1020d4f82 100644 --- a/numpy/lib/tests/test_index_tricks.py +++ b/numpy/lib/tests/test_index_tricks.py @@ -1,7 +1,5 @@ from numpy.testing import * -set_package_path() from numpy import array, ones, r_, mgrid -restore_path() class TestGrid(TestCase): def test_basic(self): |