diff options
Diffstat (limited to 'numpy/doc/swig/test/testArray.py')
-rwxr-xr-x | numpy/doc/swig/test/testArray.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/doc/swig/test/testArray.py b/numpy/doc/swig/test/testArray.py index 9a1fc510b..ba83d14d9 100755 --- a/numpy/doc/swig/test/testArray.py +++ b/numpy/doc/swig/test/testArray.py @@ -14,10 +14,6 @@ if major == 0: else: BadListError = ValueError -# Add the distutils-generated build directory to the python search path and then -# import the extension module -libDir = "lib.%s-%s" % (get_platform(), sys.version[:3]) -sys.path.insert(0,os.path.join("build", libDir)) import Array ###################################################################### |