Bump to 2.3.1 to pick up the missing file.
[python/dscho.git] / Tools / modulator / Templates / object_tp_repr
blobf12222508729c8b15b1237e45d2c984d0990b719
2 static PyObject *
3 $abbrev$_repr($abbrev$object *self)
5         PyObject *s;
7         /* XXXX Add code here to put self into s */
8         return s;