summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/bin/pyrexc2.5
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/bin/pyrexc2.5')
-rwxr-xr-xdebian/pyrex/pyrex-0.9.9/bin/pyrexc2.58
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/bin/pyrexc2.5 b/debian/pyrex/pyrex-0.9.9/bin/pyrexc2.5
new file mode 100755
index 00000000..766631c1
--- /dev/null
+++ b/debian/pyrex/pyrex-0.9.9/bin/pyrexc2.5
@@ -0,0 +1,8 @@
+#!/usr/bin/env python2.5
+
+#
+# Pyrex -- Main Program, Unix
+#
+
+from Pyrex.Compiler.Main import main
+main(command_line = 1)