diff options
Diffstat (limited to 'Mac/Lib/toolbox/Required_Suite.py')
-rw-r--r-- | Mac/Lib/toolbox/Required_Suite.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mac/Lib/toolbox/Required_Suite.py b/Mac/Lib/toolbox/Required_Suite.py index 67145b7..1b27b6a 100644 --- a/Mac/Lib/toolbox/Required_Suite.py +++ b/Mac/Lib/toolbox/Required_Suite.py @@ -1,7 +1,7 @@ """Suite Required Suite: Terms that every application should support Level 1, version 1 -Generated from Moes:System folder:Extensions:Scripting Additions:Dialects:English Dialect +Generated from flap:Systeemmap:Extensies:Script-extra's:Dialecten:Engels dialect AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -27,7 +27,7 @@ class Required_Suite: _reply, _arguments, _attributes = self.send(_code, _subcode, _arguments, _attributes) if _arguments.has_key('errn'): - raise MacOS.Error, aetools.decodeerror(_arguments) + raise aetools.Error, aetools.decodeerror(_arguments) # XXXX Optionally decode result if _arguments.has_key('----'): return _arguments['----'] @@ -47,7 +47,7 @@ class Required_Suite: _reply, _arguments, _attributes = self.send(_code, _subcode, _arguments, _attributes) if _arguments.has_key('errn'): - raise MacOS.Error, aetools.decodeerror(_arguments) + raise aetools.Error, aetools.decodeerror(_arguments) # XXXX Optionally decode result if _arguments.has_key('----'): return _arguments['----'] @@ -66,7 +66,7 @@ class Required_Suite: _reply, _arguments, _attributes = self.send(_code, _subcode, _arguments, _attributes) if _arguments.has_key('errn'): - raise MacOS.Error, aetools.decodeerror(_arguments) + raise aetools.Error, aetools.decodeerror(_arguments) # XXXX Optionally decode result if _arguments.has_key('----'): return _arguments['----'] @@ -85,7 +85,7 @@ class Required_Suite: _reply, _arguments, _attributes = self.send(_code, _subcode, _arguments, _attributes) if _arguments.has_key('errn'): - raise MacOS.Error, aetools.decodeerror(_arguments) + raise aetools.Error, aetools.decodeerror(_arguments) # XXXX Optionally decode result if _arguments.has_key('----'): return _arguments['----'] |