Maintain backwards compatibility with python < 2.3 by dynamically
[python/dscho.git] / Tools / modulator / Templates / object_tp_print
blob76408d234f48c0734323a90cebe3196f9bfbe3a4
2 static int
3 $abbrev$_print($abbrev$object *self, FILE *fp, int flags)
5         /* XXXX Add code here to print self to fp */
6         return 0;