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


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


desc
@@


1.1
log
@Initial revision
@
text
@
static PyObject *
$abbrev$_repr($abbrev$Object *self)
{
	PyObject *s = 0;

	/* Add code here to put self into s */
#ifdef $abbrev$_repr_impl
	$abbrev$_repr_impl(self, s)
#else
	$abbrev$_repr_(self, s)
#endif
	return s;
}
@
