Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0fcd25

Browse files
committed
Don't qualify local symbols with aetools...
1 parent d9f5a39 commit a0fcd25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Lib/lib-toolbox/aetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def open(self, _object, _attributes={}, **_arguments):
220220
_reply, _arguments, _attributes = self.send(_code, _subcode,
221221
_arguments, _attributes)
222222
if _arguments.has_key('errn'):
223-
raise aetools.Error, aetools.decodeerror(_arguments)
223+
raise Error, decodeerror(_arguments)
224224
# XXXX Optionally decode result
225225
if _arguments.has_key('----'):
226226
return _arguments['----']

0 commit comments

Comments
 (0)