From: Jack Jansen Date: Tue, 14 Nov 1995 10:40:45 +0000 (+0000) Subject: Changed file signature to CW7 project mgr X-Git-Tag: v1.4b1~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5cf5dad43cdccafa773d764a457108e2f68479b;p=thirdparty%2FPython%2Fcpython.git Changed file signature to CW7 project mgr --- diff --git a/Tools/bgen/bgen/macsupport.py b/Tools/bgen/bgen/macsupport.py index e4c05a8aefc3..8d13afa9ea18 100644 --- a/Tools/bgen/bgen/macsupport.py +++ b/Tools/bgen/bgen/macsupport.py @@ -147,8 +147,8 @@ class MacModule(Module): _SetOutputFileName = SetOutputFileName # Save original def SetOutputFileName(file = None): - "Set the output file name and set its creator&type to MPCC&TEXT" + "Set the output file name and set its creator&type to CWIE&TEXT" _SetOutputFileName(file) if file: import MacOS - MacOS.SetCreatorAndType(file, 'MPCC', 'TEXT') + MacOS.SetCreatorAndType(file, 'CWIE', 'TEXT')