Kaydet (Commit) 945b7b8e authored tarafından Jack Jansen's avatar Jack Jansen

comment fix

üst 89686245
......@@ -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