From: Jack Jansen Date: Thu, 21 Jan 1999 13:34:26 +0000 (+0000) Subject: Don't qualify local symbols with aetools... X-Git-Tag: v1.5.2b2~303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0fcd2580039d33f659bdcf26e62398d957b6c8c;p=thirdparty%2FPython%2Fcpython.git Don't qualify local symbols with aetools... --- diff --git a/Mac/Lib/lib-toolbox/aetools.py b/Mac/Lib/lib-toolbox/aetools.py index 5a8d3149c1cb..dde82b59d8f1 100644 --- a/Mac/Lib/lib-toolbox/aetools.py +++ b/Mac/Lib/lib-toolbox/aetools.py @@ -220,7 +220,7 @@ class _miniFinder(TalkTo): _reply, _arguments, _attributes = self.send(_code, _subcode, _arguments, _attributes) if _arguments.has_key('errn'): - raise aetools.Error, aetools.decodeerror(_arguments) + raise Error, decodeerror(_arguments) # XXXX Optionally decode result if _arguments.has_key('----'): return _arguments['----']