summaryrefslogtreecommitdiff
path: root/bin/cython
diff options
context:
space:
mode:
authorWilliam Stein <wstein@gmail.com>2007-07-28 13:48:16 -0700
committerWilliam Stein <wstein@gmail.com>2007-07-28 13:48:16 -0700
commit8357cf9c9c5a6b7823055bc970ee6950b9ad1875 (patch)
tree42344cd76c2f0157751d1332ff5ae18284db23be /bin/cython
parent90b64b51306688e1a111a660582f5c273dbda1f2 (diff)
downloadcython-8357cf9c9c5a6b7823055bc970ee6950b9ad1875.tar.gz
More Pyrex --> Cython
Diffstat (limited to 'bin/cython')
-rw-r--r--bin/cython4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cython b/bin/cython
index b604d4d0f..2acad0d0e 100644
--- a/bin/cython
+++ b/bin/cython
@@ -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)