Changed MacOS creator code from PYTH to Pyth
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c
index d97dd4e..5e528f7 100644
--- a/Mac/Python/macgetpath.c
+++ b/Mac/Python/macgetpath.c
@@ -114,7 +114,7 @@
 		if ( action == NOPREFFILE_NO )
 			exit(1);
 	
-		FSpCreateResFile(&dirspec, 'PYTH', 'pref', 0);
+		FSpCreateResFile(&dirspec, 'Pyth', 'pref', 0);
 		prefrh = FSpOpenResFile(&dirspec, fsRdWrShPerm);
 		if ( prefrh == -1 ) {
 			/* This "cannot happen":-) */