diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 01:06:10 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 01:06:10 +0000 |
commit | f115fdf57332da17fd43202a1512b02902a77048 (patch) | |
tree | 0fa00da1f6964ceda06bc11daa4bae9d44fd9246 /numpy/f2py/rules.py | |
parent | fc95346cc7568d2464cb4daa955b947d5b42a457 (diff) | |
download | numpy-f115fdf57332da17fd43202a1512b02902a77048.tar.gz |
numpy.base -> numpy
Diffstat (limited to 'numpy/f2py/rules.py')
-rw-r--r-- | numpy/f2py/rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/rules.py b/numpy/f2py/rules.py index d61489951..951dc272e 100644 --- a/numpy/f2py/rules.py +++ b/numpy/f2py/rules.py @@ -174,7 +174,7 @@ DL_EXPORT(void) init#modulename#(void) { \tPyFortran_Type.ob_type = &PyType_Type; \timport_array(); \tif (PyErr_Occurred()) -\t\tPy_FatalError(\"can't initialize module #modulename# (failed to import numpy.base)\"); +\t\tPy_FatalError(\"can't initialize module #modulename# (failed to import numpy)\"); \td = PyModule_GetDict(m); \ts = PyString_FromString(\"$R"""+"""evision: $\"); \tPyDict_SetItemString(d, \"__version__\", s); |