projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f5a39
)
Don't qualify local symbols with aetools...
author
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 21 Jan 1999 13:34:26 +0000
(13:34 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 21 Jan 1999 13:34:26 +0000
(13:34 +0000)
Mac/Lib/lib-toolbox/aetools.py
patch
|
blob
|
history
diff --git
a/Mac/Lib/lib-toolbox/aetools.py
b/Mac/Lib/lib-toolbox/aetools.py
index 5a8d3149c1cbbcd59ee2b1ae88922a84a332660d..dde82b59d8f193b1654c3f423d629a815f566a5b 100644
(file)
--- 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['----']