diff options
Diffstat (limited to 'Mac/Lib/toolbox/Finder_7_0_Suite.py')
-rw-r--r-- | Mac/Lib/toolbox/Finder_7_0_Suite.py | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Mac/Lib/toolbox/Finder_7_0_Suite.py b/Mac/Lib/toolbox/Finder_7_0_Suite.py index 1155795..b6282dd 100644 --- a/Mac/Lib/toolbox/Finder_7_0_Suite.py +++ b/Mac/Lib/toolbox/Finder_7_0_Suite.py @@ -26,7 +26,7 @@ class Finder_7_0_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['----'] @@ -51,7 +51,7 @@ class Finder_7_0_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['----'] @@ -76,7 +76,7 @@ class Finder_7_0_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['----'] @@ -95,7 +95,7 @@ class Finder_7_0_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['----'] @@ -120,7 +120,7 @@ class Finder_7_0_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['----'] @@ -145,7 +145,7 @@ class Finder_7_0_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['----'] @@ -164,7 +164,7 @@ class Finder_7_0_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['----'] @@ -183,7 +183,7 @@ class Finder_7_0_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['----'] @@ -208,7 +208,7 @@ class Finder_7_0_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['----'] @@ -233,7 +233,7 @@ class Finder_7_0_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['----'] @@ -259,7 +259,7 @@ class Finder_7_0_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['----'] @@ -278,7 +278,7 @@ class Finder_7_0_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['----'] @@ -303,7 +303,7 @@ class Finder_7_0_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['----'] |