diff options
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6')
-rwxr-xr-x | debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6 b/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6 deleted file mode 100755 index 3cca59e7..00000000 --- a/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6 +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python2.6 -# -# runtests -- Run all the tests. -# - -from Pyrex.Testing import Testing -Testing.run_tests() |