More Pyrex --> Cython
authorWilliam Stein <wstein@gmail.com>
Sat, 28 Jul 2007 20:48:16 +0000 (13:48 -0700)
committerWilliam Stein <wstein@gmail.com>
Sat, 28 Jul 2007 20:48:16 +0000 (13:48 -0700)
bin/cython

index b604d4d0f150f705810f7f210c525217a9e2599a..2acad0d0e74b732609493eda83dd6bd7cb0c499e 100644 (file)
@@ -1,8 +1,8 @@
 #!/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)