diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-02-24 23:24:36 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-02-24 23:24:36 +0000 |
commit | 013b3968457f78caf1a7185702771f6235515db9 (patch) | |
tree | 3a2a51be4adf1bfd2e58c4523dfe43b2b511ab63 /numpy/__init__.py | |
parent | a895d1039f3e34b65f612844b725043289a2545b (diff) | |
download | numpy-013b3968457f78caf1a7185702771f6235515db9.tar.gz |
Clean up.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 00acd3f40..63896ec41 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -43,7 +43,7 @@ Available subpackages __doc__ += pkgload.get_pkgdocs() def test(level=1, verbosity=1): - return NumpyTest('numpy').test(level, verbosity) + return NumpyTest().test(level, verbosity) import add_newdocs |