it's Cython, not Pyrex :)
authorStefan Behnel <scoder@users.berlios.de>
Sat, 10 May 2008 12:46:37 +0000 (14:46 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 10 May 2008 12:46:37 +0000 (14:46 +0200)
Cython/Utils.py

index 12ba39ffdd0a31c23497b8929219b4548512ede5..20125e24372712f062056f1e7a045a303ce41de4 100644 (file)
@@ -28,7 +28,7 @@ def castrate_file(path, st):
         f.seek(0, 0)
         f.truncate()
         f.write(
-            "#error Do not use this file, it is the result of a failed Pyrex compilation.\n")
+            "#error Do not use this file, it is the result of a failed Cython compilation.\n")
         f.close()
         if st:
             os.utime(path, (st.st_atime, st.st_mtime))