head	1.2;
access;
symbols;
locks
	amk:1.2; strict;
comment	@# @;


1.2
date	96.06.26.16.55.45;	author amk;	state Exp;
branches;
next	1.1;

1.1
date	96.06.20.21.31.23;	author amk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Revised version with SSLeay fixes.
@
text
@
static PyObject *
$abbrev$_getattr($abbrev$Object *self, char *name)
{
        PyObject *v;
	/* Add your own getattr in macro */
#ifdef $abbrev$_getattr_impl
	$abbrev$_getattr_impl(self, name)
#else
	v=$abbrev$_getattr_(self, name);
	if (v!=NULL) return v;
#endif
	return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);
}
@


1.1
log
@Initial revision
@
text
@d5 1
d10 2
a11 1
	$abbrev$_getattr_(self, name)
@
