summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 020d149..f2e8edc 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -346,7 +346,7 @@ write_compiled_module(co, cpathname, mtime)
if (verbose)
fprintf(stderr, "# wrote %s\n", cpathname);
#ifdef macintosh
- setfiletype(cpathname, 'PYTH', 'PYC ');
+ setfiletype(cpathname, 'Pyth', 'PYC ');
#endif
}