Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef42527

Browse files
author
Steve Chaplin
committed
SC
svn path=/trunk/matplotlib/; revision=1461
1 parent aa1f112 commit ef42527

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_backend_gdk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ DL_EXPORT(void)
6767
init_na_backend_gdk(void)
6868
{
6969
PyObject *mod;
70-
mod = Py_InitModule("_na_backend_gdk", _backend_gdk_functions);
70+
mod = Py_InitModule("matplotlib._na_backend_gdk", _backend_gdk_functions);
7171
#else
7272
init_nc_backend_gdk(void)
7373
{
7474
PyObject *mod;
75-
mod = Py_InitModule("_nc_backend_gdk", _backend_gdk_functions);
75+
mod = Py_InitModule("matplotlib._nc_backend_gdk", _backend_gdk_functions);
7676
#endif
7777

7878
import_array();

0 commit comments

Comments
 (0)