diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-12 16:09:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-12 16:09:44 (GMT) |
commit | 26d813e42c6b13373ad358df81c66634ced5ffcf (patch) | |
tree | 4a02fb56116815a28ede9f6306cb9a8c7b71b703 /Mac/Lib/lib-toolbox/AppleEvents.py | |
parent | e38d481e7740fc52cb845b9078642b9a0b0e1004 (diff) | |
download | cpython-26d813e42c6b13373ad358df81c66634ced5ffcf.zip cpython-26d813e42c6b13373ad358df81c66634ced5ffcf.tar.gz cpython-26d813e42c6b13373ad358df81c66634ced5ffcf.tar.bz2 |
Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on.
Diffstat (limited to 'Mac/Lib/lib-toolbox/AppleEvents.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/AppleEvents.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/lib-toolbox/AppleEvents.py b/Mac/Lib/lib-toolbox/AppleEvents.py index 72b2337..0373685 100644 --- a/Mac/Lib/lib-toolbox/AppleEvents.py +++ b/Mac/Lib/lib-toolbox/AppleEvents.py @@ -1,4 +1,4 @@ -# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:AEDataModel.h' +# Generated from 'AEDataModel.h' def FOUR_CHAR_CODE(x): return x typeBoolean = FOUR_CHAR_CODE('bool') @@ -704,7 +704,7 @@ kFAEditCommand = FOUR_CHAR_CODE('edfa') kFAFileParam = FOUR_CHAR_CODE('faal') kFAIndexParam = FOUR_CHAR_CODE('indx') kAEInternetSuite = FOUR_CHAR_CODE('gurl') -kAEISWebStarSuite = FOUR_CHAR_CODE('WWW˝') +kAEISWebStarSuite = FOUR_CHAR_CODE('WWW‡') kAEISGetURL = FOUR_CHAR_CODE('gurl') KAEISHandleCGI = FOUR_CHAR_CODE('sdoc') cURL = FOUR_CHAR_CODE('url ') |