mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
cosmetic changes so these modules will work with the strict new naming scheme
This commit is contained in:
parent
6c1874fc2b
commit
a597dde3f1
8 changed files with 23 additions and 30 deletions
|
|
@ -953,7 +953,7 @@ PyCursesWindow_GetAttr(self, name)
|
|||
PyCursesWindowObject *self;
|
||||
char *name;
|
||||
{
|
||||
return findmethod(PyCursesWindow_Methods, (PyObject *)self, name);
|
||||
return Py_FindMethod(PyCursesWindow_Methods, (PyObject *)self, name);
|
||||
}
|
||||
|
||||
/* --------------- PAD routines ---------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue