From 2c4a0322ab62542e8554ce5bdfe83272cdd1f0a5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 21 Nov 2010 03:32:03 +0000 Subject: Add Michael's pywrap hack svn path=/configure; revision=3558 --- pow/pywrap/python.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pow/pywrap/python.c (limited to 'pow/pywrap/python.c') diff --git a/pow/pywrap/python.c b/pow/pywrap/python.c new file mode 100644 index 00000000..10638721 --- /dev/null +++ b/pow/pywrap/python.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char **argv) +{ + return Py_Main(argc, argv); +} -- cgit v1.2.3