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