diff options
author | David Cournapeau <cournape@gmail.com> | 2009-10-13 08:29:14 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-10-13 08:29:14 +0000 |
commit | daf38f394fabdc9cecc8f2aadb3777e546679430 (patch) | |
tree | 3472c58fcfbf29af4ddcf552e73bdbf2d61c2060 /numpy/__init__.py | |
parent | 7b481cbd0d73630359c4739b0bb2c13a62509e66 (diff) | |
download | numpy-daf38f394fabdc9cecc8f2aadb3777e546679430.tar.gz |
ENH: move inspect copy into newly created compat module.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 897c14060..4127fa054 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -138,6 +138,7 @@ else: import core from core import * + import compat import lib from lib import * import linalg |