diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-02-24 16:56:59 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-02-24 16:56:59 +0000 |
commit | 00f2295ec55239ce35687a20a7c58d1583b068f1 (patch) | |
tree | 0b9be469665fc81943ccac5667467627723dc95e /numpy/testing/info.py | |
parent | ec53dd5cac4175116048d847f74076e05b6b1a6a (diff) | |
download | numpy-00f2295ec55239ce35687a20a7c58d1583b068f1.tar.gz |
Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports.
Diffstat (limited to 'numpy/testing/info.py')
-rw-r--r-- | numpy/testing/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/info.py b/numpy/testing/info.py index 9b5caa074..80dc00ddf 100644 --- a/numpy/testing/info.py +++ b/numpy/testing/info.py @@ -27,4 +27,4 @@ Utility functions """ -global_symbols = ['ScipyTest'] +global_symbols = ['ScipyTest','NumpyTest'] |