blob: ca15c0359dfc48bea3bd59ad1987c421f32d98c5 [file] [log] [blame]
static void
$abbrev$_dealloc(self)
$abbrev$object *self;
{
/* XXXX Add your own cleanup code here */
PyMem_DEL(self);
}