comment fix

This commit is contained in:
Jack Jansen 1995-10-23 13:52:52 +00:00
parent 8968624574
commit 945b7b8eaf
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ $abbrev$_setattr(self, name, v)
char *name;
PyObject *v;
{
/* Set attribute 'name' to value 'v'. v==NULL means delete */
/* XXXX Add your own setattr code here */
return -1;
}