Fix two errors that prevented "make libinstall" from working:

- a line indented with tabs;
- a function named 'as'.
This commit is contained in:
Guido van Rossum 2006-04-17 23:13:00 +00:00
parent 07519f8712
commit 69e8084ad6
2 changed files with 3 additions and 3 deletions

View file

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