summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex/run_test.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2008-08-23 23:17:23 +0000
committerStefan van der Walt <stefan@sun.ac.za>2008-08-23 23:17:23 +0000
commit5c86844c34674e3d580ac2cd12ef171e18130b13 (patch)
tree2fdf1150706c07c7e193eb7483ce58a5074e5774 /numpy/doc/pyrex/run_test.py
parent376d483d31c4c5427510cf3a8c69fc795aef63aa (diff)
downloadnumpy-5c86844c34674e3d580ac2cd12ef171e18130b13.tar.gz
Move documentation outside of source tree. Remove `doc` import from __init__.
Diffstat (limited to 'numpy/doc/pyrex/run_test.py')
-rwxr-xr-xnumpy/doc/pyrex/run_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/doc/pyrex/run_test.py b/numpy/doc/pyrex/run_test.py
deleted file mode 100755
index 96388011e..000000000
--- a/numpy/doc/pyrex/run_test.py
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env python
-from numpyx import test
-test()