Don't qualify local symbols with aetools...

This commit is contained in:
Jack Jansen 1999-01-21 13:34:26 +00:00
parent d9f5a39ef3
commit a0fcd25800
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class _miniFinder(TalkTo):
_reply, _arguments, _attributes = self.send(_code, _subcode, _reply, _arguments, _attributes = self.send(_code, _subcode,
_arguments, _attributes) _arguments, _attributes)
if _arguments.has_key('errn'): if _arguments.has_key('errn'):
raise aetools.Error, aetools.decodeerror(_arguments) raise Error, decodeerror(_arguments)
# XXXX Optionally decode result # XXXX Optionally decode result
if _arguments.has_key('----'): if _arguments.has_key('----'):
return _arguments['----'] return _arguments['----']