diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 020d149368..f2e8edca71 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 } |