Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / cython / src / bin / cythonize
1 #!/usr/bin/env python
2
3 #
4 # command line frontend for cythonize()
5 #
6
7 from Cython.Build.Cythonize import main
8 main()