with and as are now keywords. There are some generated files I can't recreate.

This commit is contained in:
Neal Norwitz 2006-09-06 06:28:06 +00:00
parent 98775dfebc
commit ca460d9722
11 changed files with 35 additions and 35 deletions

View file

@ -300,7 +300,7 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
def as(self, _object, _attributes={}, **_arguments):
def as_(self, _object, _attributes={}, **_arguments):
"""as: Coercion
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary