summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/pyrexc.py
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/pyrexc.py')
-rwxr-xr-xdebian/pyrex/pyrex-0.9.9/pyrexc.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/pyrexc.py b/debian/pyrex/pyrex-0.9.9/pyrexc.py
new file mode 100755
index 00000000..f32cf153
--- /dev/null
+++ b/debian/pyrex/pyrex-0.9.9/pyrexc.py
@@ -0,0 +1,6 @@
+#
+# Pyrex -- Main Program, generic
+#
+
+from Pyrex.Compiler.Main import main
+main(command_line = 1)