mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Changed file signature to CW7 project mgr
This commit is contained in:
parent
5d9579707f
commit
b5cf5dad43
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ class MacModule(Module):
|
||||||
|
|
||||||
_SetOutputFileName = SetOutputFileName # Save original
|
_SetOutputFileName = SetOutputFileName # Save original
|
||||||
def SetOutputFileName(file = None):
|
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)
|
_SetOutputFileName(file)
|
||||||
if file:
|
if file:
|
||||||
import MacOS
|
import MacOS
|
||||||
MacOS.SetCreatorAndType(file, 'MPCC', 'TEXT')
|
MacOS.SetCreatorAndType(file, 'CWIE', 'TEXT')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue