summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-05 01:06:10 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-05 01:06:10 +0000
commitf115fdf57332da17fd43202a1512b02902a77048 (patch)
tree0fa00da1f6964ceda06bc11daa4bae9d44fd9246 /numpy/f2py/tests/array_from_pyobj/wrapmodule.c
parentfc95346cc7568d2464cb4daa955b947d5b42a457 (diff)
downloadnumpy-f115fdf57332da17fd43202a1512b02902a77048.tar.gz
numpy.base -> numpy
Diffstat (limited to 'numpy/f2py/tests/array_from_pyobj/wrapmodule.c')
-rw-r--r--numpy/f2py/tests/array_from_pyobj/wrapmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/array_from_pyobj/wrapmodule.c b/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
index 972cdb403..ea106d9ac 100644
--- a/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
+++ b/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
@@ -120,7 +120,7 @@ DL_EXPORT(void) initwrap(void) {
PyFortran_Type.ob_type = &PyType_Type;
import_array();
if (PyErr_Occurred())
- Py_FatalError("can't initialize module wrap (failed to import numpy.base)");
+ Py_FatalError("can't initialize module wrap (failed to import numpy)");
d = PyModule_GetDict(m);
s = PyString_FromString("This module 'wrap' is auto-generated with f2py (version:2_1330).\nFunctions:\n"
" arr = call(type_num,dims,intent,obj)\n"