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