diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-08 10:18:21 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-08 10:18:21 +0000 |
commit | 0a6b8e4fcb3573c66416c8e6fb53814f73b328ec (patch) | |
tree | f2e2670e42f95242b2e5f6ac3f79f76f7bc7445b /numpy/__init__.py | |
parent | a71140e506732899d279269bd3ac98be9e823cec (diff) | |
download | numpy-0a6b8e4fcb3573c66416c8e6fb53814f73b328ec.tar.gz |
Fixing scipy.lib and numpy.lib names conflict.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 22a9b5280..41cca44af 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -65,8 +65,6 @@ else: __all__ += core.__all__ __all__ += lib.__all__ - __all__ = filter(lambda s:not s.startswith('_'),dir()) - test = ScipyTest('numpy').test import add_newdocs |