aboutsummaryrefslogtreecommitdiff
path: root/pow/pywrap/python.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-12-18 18:47:44 +0000
committerRob Austein <sra@hactrn.net>2010-12-18 18:47:44 +0000
commitbe15b0d5c82a885576ebd52750ad04e740b07b67 (patch)
treed9fd39969e629c7588257c2d14763f8bd12cbf4a /pow/pywrap/python.c
parent4ec7612ee6b368cba62673ded6afaf616123084c (diff)
More autoconf
svn path=/buildtools/python-header; revision=3574
Diffstat (limited to 'pow/pywrap/python.c')
-rw-r--r--pow/pywrap/python.c6
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);
-}