Changed creator from PYTH to Pyth

This commit is contained in:
Jack Jansen 1996-03-18 13:35:00 +00:00
parent 1a06e1d6ba
commit 18a99f5597
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ def compilesuite(suite, major, minor, language, script, fname):
if not ok:
return
fp = open(fss.as_pathname(), 'w')
fss.SetCreatorType('PYTH', 'TEXT')
fss.SetCreatorType('Pyth', 'TEXT')
fp.write('"""Suite %s: %s\n' % (name, desc))
fp.write("Level %d, version %d\n\n" % (level, version))