diff options
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py b/Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py index 2840fb4..df23487 100644 --- a/Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py +++ b/Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py @@ -1,7 +1,7 @@ """Suite Standard Suite: Common terms that most applications should support Level 1, version 1 -Generated from Moes:Systeemmap:Finder +Generated from /Volumes/Sap/System Folder/Finder AETE/AEUT resource version 0/144, language 0, script 0 """ @@ -40,11 +40,11 @@ class Standard_Suite_Events(Standard_Suite_Events): if _arguments.has_key('----'): return _arguments['----'] - _argmap__print = { + _argmap_print_ = { 'with_properties' : 'prdt', } - def _print(self, _object, _attributes={}, **_arguments): + def print_(self, _object, _attributes={}, **_arguments): """print: Print the specified object(s) Required argument: list of objects to print Keyword argument with_properties: optional properties to be included with the print command sent to the application that prints the direct object @@ -53,7 +53,7 @@ class Standard_Suite_Events(Standard_Suite_Events): _code = 'aevt' _subcode = 'pdoc' - aetools.keysubst(_arguments, self._argmap__print) + aetools.keysubst(_arguments, self._argmap_print_) _arguments['----'] = _object |