Commit bae7319f authored by Jack Jansen's avatar Jack Jansen

comment fix

parent 462771b2
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment