diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2003-10-25 21:51:46 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2003-10-25 21:51:46 +0000 |
commit | 4d1b593225e392072f5f684f9fcac8c9efb21916 (patch) | |
tree | 1a15581cca21583de7fb7662ec1adb87e2c5d254 /weave/inline_tools.py | |
parent | 95a197aa0e55b64e984f36482dfc106161ab8a1d (diff) | |
download | numpy-4d1b593225e392072f5f684f9fcac8c9efb21916.tar.gz |
New import hooks are applied to weave. Clean up.
Diffstat (limited to 'weave/inline_tools.py')
-rw-r--r-- | weave/inline_tools.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/weave/inline_tools.py b/weave/inline_tools.py index 4c0b05678..2066239a6 100644 --- a/weave/inline_tools.py +++ b/weave/inline_tools.py @@ -448,14 +448,3 @@ def compile_function(code,arg_names,local_dict,global_dict, del sys.path[0] return func -def test(level=10): - from scipy_test.testing import module_test - module_test(__name__,__file__,level=level) - -def test_suite(level=1): - from scipy_test.testing import module_test_suite - return module_test_suite(__name__,__file__,level=level) - -if __name__ == "__main__": - test_function() - |