set exec bits on scripts
[cython.git] / bin / cython
1 #!/usr/bin/env python
2
3 #
4 #   Cython -- Main Program, Unix
5 #
6
7 from Cython.Compiler.Main import main
8 main(command_line = 1)