Bump version number to 2.4.2 to pick up the latest minor bug fixes.
[python/dscho.git] / Modules / python.c
blobf9262e8a20a7ea50b9f21495abd3acad17aff8d4
1 /* Minimal main program -- everything is loaded from the library */
3 #include "Python.h"
5 int
6 main(int argc, char **argv)
8 return Py_Main(argc, argv);