
static int
$abbrev$_setattr(self, name, v)
	$abbrev$object *self;
	char *name;
	PyObject *v;
{
	/* XXXX Add your own setattr code here */
	return -1;
}
