Commit 8357cf9c authored by William Stein's avatar William Stein

More Pyrex --> Cython

parent 90b64b51
#!/usr/bin/env python #!/usr/bin/env python
# #
# Pyrex -- Main Program, Unix # Cython -- Main Program, Unix
# #
from Pyrex.Compiler.Main import main from Cython.Compiler.Main import main
main(command_line = 1) main(command_line = 1)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment