diff options
Diffstat (limited to 'numpy/compat/__init__.py')
-rw-r--r-- | numpy/compat/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/compat/__init__.py b/numpy/compat/__init__.py index afee621b8..ff04f725a 100644 --- a/numpy/compat/__init__.py +++ b/numpy/compat/__init__.py @@ -9,6 +9,7 @@ extensions, which may be included for the following reasons: """ from . import _inspect +from . import _pep440 from . import py3k from ._inspect import getargspec, formatargspec from .py3k import * |