diff options
author | Rob Austein <sra@hactrn.net> | 2010-12-18 18:47:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-12-18 18:47:44 +0000 |
commit | be15b0d5c82a885576ebd52750ad04e740b07b67 (patch) | |
tree | d9fd39969e629c7588257c2d14763f8bd12cbf4a /pow/pywrap/pywrap.c | |
parent | 4ec7612ee6b368cba62673ded6afaf616123084c (diff) |
More autoconf
svn path=/buildtools/python-header; revision=3574
Diffstat (limited to 'pow/pywrap/pywrap.c')
-rw-r--r-- | pow/pywrap/pywrap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pow/pywrap/pywrap.c b/pow/pywrap/pywrap.c new file mode 100644 index 00000000..10638721 --- /dev/null +++ b/pow/pywrap/pywrap.c @@ -0,0 +1,6 @@ +#include <Python.h> + +int main(int argc, char **argv) +{ + return Py_Main(argc, argv); +} |