mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Don't qualify local symbols with aetools...
This commit is contained in:
parent
d9f5a39ef3
commit
a0fcd25800
@ -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['----']
|
||||
|
Loading…
Reference in New Issue
Block a user