patch for ticket #646 by klepa: provide dedicated switches for 'c_line_in_traceback...
[cython.git] / cython.py
1 #
2 #   Cython -- Main Program, generic
3 #
4
5 if __name__ == '__main__':
6
7     from Cython.Compiler.Main import main
8     main(command_line = 1)
9
10 else:
11     # Void cython.* directives.
12     from Cython.Shadow import *