Chromium Code Reviews| Index: third_party/cython/src/bin/cython |
| diff --git a/third_party/cython/src/bin/cython b/third_party/cython/src/bin/cython |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..2acad0d0e74b732609493eda83dd6bd7cb0c499e |
| --- /dev/null |
| +++ b/third_party/cython/src/bin/cython |
| @@ -0,0 +1,8 @@ |
| +#!/usr/bin/env python |
| + |
| +# |
| +# Cython -- Main Program, Unix |
| +# |
| + |
| +from Cython.Compiler.Main import main |
| +main(command_line = 1) |