diff options
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/bin/pyrexc2.6')
| -rwxr-xr-x | debian/pyrex/pyrex-0.9.9/bin/pyrexc2.6 | 8 |
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) |
