diff options
Diffstat (limited to 'pow/pywrap/python.c')
-rw-r--r-- | pow/pywrap/python.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pow/pywrap/python.c b/pow/pywrap/python.c deleted file mode 100644 index 10638721..00000000 --- a/pow/pywrap/python.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <Python.h> - -int main(int argc, char **argv) -{ - return Py_Main(argc, argv); -} |