summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-11-14 10:40:45 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-11-14 10:40:45 (GMT)
commitb5cf5dad43cdccafa773d764a457108e2f68479b (patch)
treedd6f5c6cc76d291b34f8320045527bffe0884c7e /Tools
parent5d9579707f353728e7d3e6aa9b9d44b5bb07071d (diff)
downloadcpython-b5cf5dad43cdccafa773d764a457108e2f68479b.zip
cpython-b5cf5dad43cdccafa773d764a457108e2f68479b.tar.gz
cpython-b5cf5dad43cdccafa773d764a457108e2f68479b.tar.bz2
Changed file signature to CW7 project mgr
Diffstat (limited to 'Tools')
-rw-r--r--Tools/bgen/bgen/macsupport.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/bgen/bgen/macsupport.py b/Tools/bgen/bgen/macsupport.py
index e4c05a8..8d13afa 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')