]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changed file signature to CW7 project mgr
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 14 Nov 1995 10:40:45 +0000 (10:40 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 14 Nov 1995 10:40:45 +0000 (10:40 +0000)
Tools/bgen/bgen/macsupport.py

index e4c05a8aefc3c761502032cfc1e17ccb2e6d8630..8d13afa9ea18d127ba96e2d1ba77352a9001e228 100644 (file)
@@ -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')