diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-07-05 14:50:19 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-07-05 14:50:19 +0000 |
commit | 73cc84b6319763a0661fe90100807757e5e88430 (patch) | |
tree | a5d6f8661f096126971336ac45d701aa62a306bd /numpy/f2py/tests | |
parent | dcb2ea64c660f6f554a4afbbfa0d5dfbbb518e01 (diff) | |
download | numpy-73cc84b6319763a0661fe90100807757e5e88430.tar.gz |
Remove uses of set_package_path, set_local_path, restore_path, and
associated sys.path manipulations.
Diffstat (limited to 'numpy/f2py/tests')
-rw-r--r-- | numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py b/numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py index 771a7f79b..c43c3eaba 100644 --- a/numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py +++ b/numpy/f2py/tests/array_from_pyobj/tests/test_array_from_pyobj.py @@ -5,10 +5,7 @@ import copy from numpy.testing import * from numpy import array, alltrue, ndarray, asarray, can_cast,zeros, dtype from numpy.core.multiarray import typeinfo - -set_package_path() from array_from_pyobj import wrap -restore_path() def flags_info(arr): flags = wrap.array_attrs(arr)[6] |