summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2006-01-08 10:18:21 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2006-01-08 10:18:21 +0000
commit0a6b8e4fcb3573c66416c8e6fb53814f73b328ec (patch)
treef2e2670e42f95242b2e5f6ac3f79f76f7bc7445b /numpy/__init__.py
parenta71140e506732899d279269bd3ac98be9e823cec (diff)
downloadnumpy-0a6b8e4fcb3573c66416c8e6fb53814f73b328ec.tar.gz
Fixing scipy.lib and numpy.lib names conflict.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py2
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